Android Studio cannot resolve R in imported project?

后端 未结 30 2347
名媛妹妹
名媛妹妹 2020-11-30 02:27

I\'m trying the new Android Studio. I\'ve exported a project from eclipse, using the build gradle option. I\'ve then imported it in Android Studio. The R.java file under gen

30条回答
  •  孤街浪徒
    2020-11-30 03:06

    You should check all your files if it don't have errors and again rebuild your project in:

    • Build > Rebuild Project.

    Or in:

    • File > Settings > Build, Execution, Deployment > Compiler

    Check use external build and after rebuild the project.

提交回复
热议问题