0

Yesterday I updated my Android studio as well as downloaded new sdk to support different android versions among other things. After the update, I couldn't get my apps to run, I get the following errors.

First I get this error

enter image description here

Then This happens enter image description here

Any idea how i can get out of this? I'm using a MAC with the max osx 10.6.8. Thought that may help.

EDIT:

Further, when I open the "Android device monitor", I get the error "Unable to detect adb version, adb output"..

and when I rebuild the project I get this "Gradle sync failed: failed to find Build Tools revision 21.1.2"

Vincent Hokie
  • 61
  • 2
  • 8
  • I tried to reinstall Android Studio AND install all sdk tools. Still i get this error. Does anyone have any more ideas. This is getting quite frustrating. – Vincent Hokie Mar 05 '16 at 13:52

1 Answers1

0

Try doing

Tools > Android > (Uncheck) Enable ADB Integration (if studio hangs/gets stuck end adb process manually)

then,

Tools > Android > (Check) Enable ADB Integration

check adb error answer.

Hope this helps.

Community
  • 1
  • 1
Amit Vaghela
  • 22,772
  • 22
  • 86
  • 142