Assertion Error in Android Studio when trying to compile the working project

后端 未结 4 1002
抹茶落季
抹茶落季 2020-12-15 19:23

While I was trying to build my working project in the updated Android Studio (0.3.6), I got the below error message. It works fine when I build via CLI.

java         


        
相关标签:
4条回答
  • 2020-12-15 20:01

    You can try this :

    Invalidate caches

    0 讨论(0)
  • 2020-12-15 20:05

    Here is a better solution so you do not have to import the project again.

    Go to: File > Invalidate Caches/Restart and select Invalidate and Restart

    0 讨论(0)
  • 2020-12-15 20:08

    Or update The SDK Build Tools, in Android SDK.

    Worked for me.

    0 讨论(0)
  • 2020-12-15 20:17

    Just remove .idea files from project. And import project again.

    0 讨论(0)
提交回复
热议问题