0

Android Studio stopped showing device chooser after building successfully. I have tried reinstalling my Android Studio, cleaning and rebuilding...but i cant get it working again.....

I seem to be getting the error below, in one of the panels.

enter image description here

Edit: I just noticeed that my AVD Manager is also not working. I think this is what is causing the issue,

Lukesoft
  • 953
  • 1
  • 12
  • 31
  • does it show the device if you run : "adb devices" from commandline? Also try clicking the Disable Plugin button in the above message and the restart Android Studio. Plus "Report to Google"!! The following seems closest to the Exception you are seeing: http://stackoverflow.com/questions/4653645/android-installation-sdk-manager-issues – Nilesh Pawar Nov 11 '15 at 16:00
  • YES adb devices show me all running devices on commandline – Lukesoft Nov 11 '15 at 16:10
  • you may try the solutions suggested in the following:http://stackoverflow.com/questions/4653645/android-installation-sdk-manager-issues – Nilesh Pawar Nov 11 '15 at 16:11
  • ok thanks...let me try – Lukesoft Nov 11 '15 at 16:12

1 Answers1

0

Delete your AVD Devices and restart Android Studio.

Hope this helps.

Nanoc
  • 2,381
  • 1
  • 20
  • 35