android.content.res.Resources$NotFoundException: Resource ID #0x7f07007e

Your app crash when the activity concerned should be displayed ?

Check if in you activity you have a drawable v24 like this enter image description here

Then, if yes, change the display of your files from Android to Project at the very top of the hierarchy of your files : From enter image description here

to

enter image description here

And drag and drop the drawable in the directory drawable v-24 to the directory drawable.

That's all. Try if it's ok

Edit : I found that the problem may arise on the Android 6 API 23 but not for higher API


By seeing the logs. The problem is in your drawable background take a look at it. You have type X24 image change it and it will fix your problem.

Second thing is you are seeing two images at a time. So you need to remove the background that you are setting in your .xml file and you are good to go.