Developing for Android in Eclipse: R.java not regenerating

前端 未结 30 3102
孤城傲影
孤城傲影 2020-11-21 07:04

I\'ve found out that my R.java is never updated, so it doesn\'t contain information about my new resources, so I decided to delete it and thought that Eclipse would generate

30条回答
  •  粉色の甜心
    2020-11-21 07:40

    Android has added in SDK build tool ADT 22 for the building mechanism. You just need to do the following steps.

    1. Update Android SDK Tool
    2. Update Android SDK Platform Tool
    3. Update Android SDK Build Tool
    4. Add the path of your build tool to the path variable. (path up to---- YOUR DIRECTORY-PATH\android-sdk\build-tools)

    This will solve the issue.

提交回复
热议问题