zIronManBox
zIronManBox

Reputation: 5067

Install Android Studio software without admin privileges on Windows 7

I'm trying to install Android Studio software to work, on a company machine which has no admin rights. Can I install Android Studio software without admin rights?

I tried direct extraction using 7zip, no luck. I tried spoofing admin account, no luck.

I'm using Windows 7 machine, connected to a company network with my only ID that can login to the system.

Why don't Android Studio just run like Eclipse does it, huh!

Does any know how can this be achieved?

EDIT: FYI when I tried using 7zip: enter image description here

Upvotes: 7

Views: 26149

Answers (1)

Kathi
Kathi

Reputation: 1071

Yes, I did same thing what you want. I downloaded android studio from

http://tools.android.com/download/studio/builds/2-3-0

unzip it and run studio which located in bin/Studio64.exe

It's working great, remember you need java installed to run it.

You can choose type of channels mention in same link under Download

enter image description here

enter image description here

You do not get SDK with this, so go to download sdk only and download sdk from there enter image description here

Open your android studio, go to project structure in file menu, change the sdk location to your downloaded sdk path. That's it. Now every thing is setup.

Upvotes: 13

Related Questions