tags:

views:

71

answers:

1

my main class folder was named com.test, i changed it to com.myApplication, and now when i add objects to my layout my R.java won't get updated, all objects that i had before work fine, and they are in R.java, but anything new that i create won't get added to R.java Any idea how to resolve this problem?

Thanks

A: 

I solved the problem. I had some errors in my layouts due to removing some images. I fixed those problem, and it generated the R.Java again

aryaxt