Android Studio cannot resolve R in imported project?

后端 未结 30 2204
名媛妹妹
名媛妹妹 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 02:51

    I was also facing the same issue and I went through lot of answer on stackoverflow. Then i found one solution which help me resolve this issue.

    Check package name in AndroidManifest.xml file. I forgot to change it while copy pasting another project into new project.

提交回复
热议问题