Posted by : Dev
Thursday, January 15, 2015
After downloading Android Studio .zip you need to extract it in your desired directory.
You an do that by simply running this command
unzip "Zip file name" -d destination-directory
Navigate to the android-studio/bin directory
you need to edit idea.properties script to skip the initial set up page
so run nano idea.properties
and add this line at the end of the script
disable.android.first.run=true
save the script and the run
./studio.sh
On the window that appears go to configaration>http proxy then set your proxy.
Exit and then edit idea.properties file and remove the line you added, then run
./studio.sh
You are good to go now.
Happy coding.