Created a profile using content provider. After running it correctly, added 3 fields to the table. But now its not working corrrectly.It shows an error like "android.content.res.Resources$NotFoundException: String resource ID #0x4d2".Any solution?
A:
If you are using Eclipse, try to do Project|Force Clean. If you are working outside of Eclipse, run ant clean
. Your error message is probably because your resources, the generated R.java
file, and some of your other compiled code are collectively out of sync.
CommonsWare
2010-06-13 14:11:25