简体   繁体   中英

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

I have a very complex set of android code and layout files, but I keep seeing this error

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

Unfortunately your question is not understandable at all . But anyway, try clicking on File > Invalidate Caches/restart in Android Studio it may help .

Edit:

After editing your question I may now be able to answer you :

This error message is triggerd, when you are trying to get any type of resources from R object, that doesn't exist .

try cleaning your project in android studio by clicking on Build > clean project and then rebuilding it using Build > rebuild project . Hope it works .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM