Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android sdk and avd manager does not launch on windows 7 x64

Tags:

Can anyone please confirm if android development is not yet supported on windows 7 x64? I downloaded the sdk, but when I tried to launch the sdk and avd manager it fails to launch.

like image 305
vj01 Avatar asked Feb 02 '10 05:02

vj01


People also ask

Can Android Studio work on Windows 7?

No, you cannot install the latest Android Studio(4.1. 3) on the windows 7(32 bit) system. To install the latest version of Android Studio you need Windows 7(64 bit) system.

Why is my AVD Manager not working?

It happened something when the libraries are not installed correctly. Follow the steps as mentioned below: Created a blank project using Android Studio. After creating the project, using the shortcut ctrl+shift+a option and searched for AVD Manager.

Why Android emulator is not opening?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


1 Answers

What worked for me was adding the JAVA_HOME environment variable pointing to the jdk folder (in my case c:\Program Files\Java\jdk1.7.0_04) and adding %JAVA_HOME%\bin to PATH variable

like image 127
durzy Avatar answered Sep 19 '22 15:09

durzy