Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't install/launch Android Studio for Windows 7 64 bit [duplicate]

Tags:

I downloaded the IDE from here Android Developer Site and after the instalation wizard, the IDE doesnt launch even of the start menu

Thanks!

like image 264
benoffi7 Avatar asked May 15 '13 21:05

benoffi7


People also ask

Can I install Android Studio on Windows 7?

We learned how to download, install and setup Android Studio in a Windows OS. We used the Windows 10 OS, But it will work any other flavors of windows like Windows 7 or Windows 8.

Can I have 2 versions of Android Studio installed?

It's possible to have multiple versions of Android Studio installed simultaneously. When we offer canary builds (or even beta builds) of the next version of the IDE, you may want to install the new version without replacing your existing stable install.

Why Android Studio is not opening?

If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version of Android Studio or an incompatible plugin.

Can I copy Android Studio from one PC to another?

Yes. Copying SDK from one PC to another PC works. I copied updated SDK present in PC1 to PC2 and i got all the new features in PC2 also. It works.


1 Answers

First make sure jdk is installed to begin with. In my case it wasnt and I presumed that it was. Then doing the environment variable worked for me.

Try setting up a system variable

name: ANDROID_STUDIO_JDK

path: your jdk path e.g. 'C:\Program Files\Java\jdkXXXXX' (where XXXX is your the version installed in your computer)

Source

Creating a Custom System Environment Variable

like image 71
benoffi7 Avatar answered Nov 05 '22 06:11

benoffi7