Installing Android studio in Debian 8
1- Make sure you have java jdk>=7.0 {if not link}
2- Install this package lib32stdc++6 using synaptic-pkexec or run this "apt-get install lib32stdc++6"
3- Download Android sdk link
4- Extract it
5- goto(cd to) "android-studio/bin" directory
6- you can see( ls ) there is bash file called studio.sh ;Run it using command "./studio.sh"
7- <optional> if you want you create a desktop icon for Android studio copy(blue lines) the following lines and change Exec and Icon to match your file path;then save it as Android sdk.desktop
[Desktop Entry]
Version=1.0
Name=Android studio
GenericName=Android studio
Exec=/home/usr1/android/sdk/android-studio/bin/studio.sh
Terminal=false
Icon=/home/usr1/android/sdk/android-studio/bin/studio.png
Type=Application
1- Make sure you have java jdk>=7.0 {if not link}
2- Install this package lib32stdc++6 using synaptic-pkexec or run this "apt-get install lib32stdc++6"
3- Download Android sdk link
4- Extract it
5- goto(cd to) "android-studio/bin" directory
6- you can see( ls ) there is bash file called studio.sh ;Run it using command "./studio.sh"
7- <optional> if you want you create a desktop icon for Android studio copy(blue lines) the following lines and change Exec and Icon to match your file path;then save it as Android sdk.desktop
[Desktop Entry]
Version=1.0
Name=Android studio
GenericName=Android studio
Exec=/home/usr1/android/sdk/android-studio/bin/studio.sh
Terminal=false
Icon=/home/usr1/android/sdk/android-studio/bin/studio.png
Type=Application