How to destroy/release resources used in 1 activity/layout?
问题 How do I release resources used in 1 activity? So I got 3 layouts and activity for each layout, but the problem is when I switch between those activities my app crashes and I get this: I started getting this error ever since I added adds to my application. My whole logcat http://i.imgur.com/t5G94dC.png XML Layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"