NullPointerExcepton in Android Studio plugin Android Support

前端 未结 5 1906
天涯浪人
天涯浪人 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:01

    It seems to be due to virtual devices that are already created are causing problems.

    How I solved this issue:

    1. Delete all folders from C:\Users\\.android\avd
    2. Recreate virtual device from avd manager

提交回复
热议问题