0

Hi guys I'm trying to install Android Studio 1.5.1 by following Standard setup phases but having the following error. I've JDK version 1.7: enter image description here

Canberk Ozcelik
  • 631
  • 1
  • 11
  • 26

2 Answers2

0

It looks as if it failed to stop the adb service at one point during installation. I would simply try running the installation as second time, and then it should skim over the already-installed components and install the missing one.

Similar post on stackoverflow: Error: Stopping ADB Server Failed (Code -1) {Installing API's - Android SDK}

Community
  • 1
  • 1
Nhexus
  • 13
  • 5
0

you can try this step.

set the path of jdk using following step.

  1. property of my computer
  2. click on advanced system setting
  3. click on environment variable
  4. find path variable on system variable
  5. set below path on path variable

C:\Program Files\Java\jdk1.8.0_05\bin then check it on cmd by entering command javac.

its helpfull for you.

Atul Mavani
  • 1,437
  • 1
  • 10
  • 11