How to generate R.java

后端 未结 11 1595
花落未央
花落未央 2020-12-10 03:57

I downloaded few source codes from Google source codes.

I executed them on Eclipse but R.java file is not created and therefore I got many errors saying

11条回答
  •  一生所求
    2020-12-10 04:11

    • Open Android SDK Manager
    • Tick Tools that there are 3 packages of Android SDK Tools , delete and install them again.
    • When they are finished, please refresh your project in Package Explorer.

    You will see BuildConfig.java and R.java in /gen

    I think you wanna need that I recommend this comment

    Enjoy with your building app.

提交回复
热议问题