Android Studio: disabling “External build” to display error output create duplicate class errors

后端 未结 5 1416
天涯浪人
天涯浪人 2021-01-12 00:23

I am starting my migration from Eclipse to Android Studio, and start playing with new projects on Studio.

My test project was working fine till I got some errors mes

5条回答
  •  情书的邮戳
    2021-01-12 01:16

    I've found a question like this that has some replies here:

    Cannot resolve R.java, duplicate class

    You can try this:

    • Delete the Build folder generated by Android Studio automatically

    Also you can try to Rebuild project by clicking Build->Rebuild project after deleting build folder.

提交回复
热议问题