Android Question android.content.res.Resources$NotFoundException: Resource ID #0x0

DonManfred

Expert
Licensed User
Longtime User
you probably forget to add an resource. maybe a res-folder. Or a file in objects\res\ should have been marked as readonly and it isn´t so when compiling it is removed.

Without seeing your code it is hard to give any congrete answer. -best is to upload a project which shows the issue.
 
Last edited:
Upvote 0

Duque

Active Member
Licensed User
Longtime User
Since I saw your comment I started looking for the error and so far I get it, it has to do with this library mpChartLib
I do not know how to solve :(
cap1.PNG
 
Upvote 0
Top