Reputation: 5067
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
:
Upvotes: 7
Views: 26149
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
You do not get SDK with this, so go to download sdk only and download sdk from there
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