Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dharavp/e6d1e6bc82339710658bfdc56d72411e to your computer and use it in GitHub Desktop.
Save dharavp/e6d1e6bc82339710658bfdc56d72411e to your computer and use it in GitHub Desktop.
Set up documentation for software which need to run an android app. This Documentation is include set up steps for git,android studio, genymotion, virtual Box in Ubuntu.
Commmand To install git
step:1 sudo apt-get update
step:2 sudo rm /var/lib/apt/lists/lock
step:3 sudo rm /var/cache/apt/archives/lock
step:4 sudo rm /var/lib/dpkg/lock
step:5 sudo apt-get install git
Command To install android-studio
step:1 Unzip android-studio folder
step:2 set Environment variable
export ANDROID_HOME='/home/admin1/android/sdk'
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
step:3 run android-studio
sudo bash studio.sh
step:4 create a new project
Command to install virtualBox
step:1 sudo apt-get install virtualbox
Command to install Genymotion
step:1 Register and login for genymotion
step:2 download genymotion for ubantu
step:3 cd ~/Downloads/
step:4 chmod +x genymotion-2.1.0_x64.bin
step:5 ./genymotion-2.1.0_x64.bin
Unable Virtualization
step:1 During startup, quickly press F12 or F2
step:2 Click on setup.
step:3 Using arrows, navigate to Intel Virtualization Technology. (It might on the next page)
step:4 If it's disabled, then enable it using arrow and enter key.
step:5 List item You'll find "Save and Exit" written on top right corner of the screen. Using mouse, click on it and your PC will restart. If it doesn't, then you have to manually do it.
Give Permission Read,Write,Execute
sudo chmod -R 777 /sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment