I had R.java file in my android application. But I don't know, It is delete some how. To create it again I clean my project and also Rebuild my project by clicking on Build Project. I do not know what is the problem. It is not getting created again. Generally It gets created automatically whenever I build project.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Some quick solutions to your problem might be,
|
|||||||||
|
|
Try this:
|
|||||||
|
|
You can create R.java file using aapt tool by executing following command.
Generate Resource java code and packaged Resources
You can find more detail about options on this link http://www.herongyang.com/Android/Project-aapt-Android-Asset-Packaging-Tool.html |
|||
|
|
|
yeah,maybe there are some error in your layou or drawable dir. see the [problems tag] to get more detail |
|||||||
|


