How to generate R.java by a manual on Linux platform
- by user305787
I have a question.
I am developing android applcation on Linux platform because i have to make a system.img with a application.
When adding a drawable resource and building the project with mm command, i met a below error.
"cannot find symbol
R.drawable.icon_send_type"
At above error, the icon_send_type is the added resource.
This error occurred because the mm command did not generate R.java.
So, i want to know how to generate R.java by a manual on Linux platform.
Please help me.