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
I Slove it by this step you should delete this file that you can do it .
go to the path :"C:\Users\Administrator.android\avd" and delete all the avd folders files .
try again ,you can get it.
It seems to be due to virtual devices that are already created are causing problems.
How I solved this issue:
C:\Users\<userName>\.android\avd
I solved this error by opening the AVD Manager in Android Studio and uninstalling and reinstalling my emulators.
at com.android.sdklib.internal.avd.AvdManager.parseAvdInfo(AvdManager.java:1616)
The error seems to be in Android SDK library Android Virtual Device Manager. It tries to open a file, and some argument in File constructor is null.
I installed the needed plugins again..and it works
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.