Skip to content Skip to sidebar Skip to footer

Android Application Is Not Runnning Error:resources$notfoundexception: Resource Id #0x7f030004

I'm stuck between some unusual problem.My app was running properly but I did some changes and switch the workspace. Now if I run my project the application closes with 'Force to cl

Solution 1:

Check whether R.java file generated or not in your project under gen directive or some times the problem occurs "import android.R". If you find "import android.R;" in your class just remove it.

Solution 2:

This can cause due to missing image in the drawable

Post a Comment for "Android Application Is Not Runnning Error:resources$notfoundexception: Resource Id #0x7f030004"