NullPointerExcepton in Android Studio plugin Android Support

前端 未结 5 1913
天涯浪人
天涯浪人 2020-12-03 23:46

I am getting the following exception in Android Studio plugin Android Support.

To get out of this error, I updated the Android Studio to 14.1, but studio just builds

5条回答
  •  孤城傲影
    2020-12-04 00:17

    It can be solved by editing build.gradle file and synch your project again. I edited following line classpath 'com.android.tools.build:gradle:2.3.3' and it worked.

提交回复
热议问题