cannot find symbol in Android Studio without rebuilding project

前端 未结 8 1630
眼角桃花
眼角桃花 2021-01-01 12:01

When I try to deploy my project to the emulator the compile fails with a bunch of Cannot find symbol errors. I have to rebuild the project then deploy everytime I make a cha

8条回答
  •  醉梦人生
    2021-01-01 12:39

    As a temporary workaround, try turning off Preferences > Compiler > Use External Build.

    (as suggested in this issue: https://code.google.com/p/android/issues/detail?id=56884)

提交回复
热议问题