How to generate R.java by a manual on Linux platform
        Posted  
        
            by user305787
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user305787
        
        
        
        Published on 2010-03-31T07:39:56Z
        Indexed on 
            2010/03/31
            7:43 UTC
        
        
        Read the original article
        Hit count: 193
        
android
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.
© Stack Overflow or respective owner