Developing for Android in Eclipse: R.java not generating
- by popoffka
I've found out that my R.java is never updated, so it doesn't contain info about my new resources, so I decided to delete it and thought that Eclipse will generate a new one. But that didn't happen and I don't have R.java now. How can I generate one?
I'm using Win7, if that changes anything.