cannot find symbol in Android Studio without rebuilding project

前端 未结 8 1693
眼角桃花
眼角桃花 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:46

    Adding the following into the dependencies worked for me:

    compile 'com.android.support:appcompat-v7:20.+' compile 'com.android.support:support-v4:21.0.0'

提交回复
热议问题