Error to run Android Studio

后端 未结 17 2084
执笔经年
执笔经年 2020-12-22 17:43

I have installed Android Studio and I followed all steps described here

But when I start studio.sh I got an error with this message:

17条回答
  •  一整个雨季
    2020-12-22 18:28

    I was facing similar problem on Windows 7 x64 professional edition. Please note following steps to fix this problem.

    1. tools.jar is missing from required path if you are using jdk1.7 x64 bit version.

    2. Please install x86 version of jdk1.7

    3. Set JDK_HOME="C:\Program Files (x86)\Java\jdk1.7.0_67" and update path environment variable as path="C:\Program Files (x86)\Java\jdk1.7.0_67\bin" Note: Linux put the proper path.

    4. Launch 32 bit application from /android-studio\bin folder.

    I tested and verified these steps on windows 7 with 32 bit jdk1.7

提交回复
热议问题