Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 is Download the Link (I think it is 64 bit)

and Installing SDK tools this Link

and JDK is Use Version 8.

and I also Set JAVA_HOME in 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 give me Error When opening SDK Manager.

Error: Cannot launch SDK manager. Output:

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

ERROR: No suitable Java found. In order to properly use the Android Developer Tools, you need a suitable version of Java JDK installed on your system. We recommend that you install the JDK version of JavaSE, available here

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

You can find the complete Android SDK requirements here

like image 248
Reena Avatar asked Jun 05 '15 06:06

Reena


2 Answers

Download the 32bit version. The weird thing is it isn't a .exe, you have to extract the zip to somewhere you'll find it (I put it in my Documents folder). When you want to run studio, navigate to the extracted .zip, open android-studio\bin then run studio.exe. I also made a shortcut on my desktop to open it whenever I need to. Hope this works :)

like image 27
Pranav A. Avatar answered Sep 28 '22 18:09

Pranav A.


Just download the 32 bit version.

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

Then click on the "Android Studio" application.

like image 198
Aditya Chandran Avatar answered Sep 28 '22 17:09

Aditya Chandran