How to install Android Studio when OS is 32 bit?

I want to install Android Studio. But my operating system is 32 bit and Android Studio downloads Link (I think it is 64 bit)

and installing SDK tools Link

and the JDK is using version 8.

and I also set JAVA_HOME to system variables in environment variables in Advance system settings, Variable name: JAVA_HOME Variable value: C: \ Program Files \ Java \ jdk1.8.0_45

But it gives me an error When opening SDK manager.

Error: Unable to start SDK Manager. Output:

'"D: \ XYZ \ ANDROI ~ 1 \ sdk \ tools \ lib \ find_java32.exe" -s "is not recognized as an internal or external command, runtime program, or batch file.

ERROR: No suitable Java found. To use Android Developer Tools properly, you need the correct Java JDK version installed on your system. We recommend installing the JDK version of JavaSE available here

If you already have Java installed, you can define the JAVA_HOME environment in Control Panel / System / System Emergency Settings to point to the JDK.

You can find the complete Android SDK requirements here

+4


source to share


4 answers


Just download the 32-bit version .

Then extract the folder and go to the link: AndroidStudio> android-studio> bin



Then click on the "Android Studio" application.

+3


source


Download 32 bit version. The strange thing is that this is not an .exe file, you need to extract the zip to wherever you find it (I put it in My Documents folder). When you want to start studio, navigate to the extracted .zip, open android-studio\bin

, then launch studio.exe

. I also made a shortcut on my desktop to open it when I need to. Hope it works :)



+3


source


download the zip version and copy the Android Studio folder to the ProgramFiles folder and run studio.exe for 32-bit systems.

+1


source


After downloading the Android version 32 zip file, open it on a disk that can be easily accessed, then navigate to the extracted folder

then click 2 times on android studio 3-click on bin image    4-click on android (.exe) image u can make a desktop shortcut, or you can access it from this place.

0


source







All Articles