edullka.blogg.se

Can install android studio linux debian
Can install android studio linux debian






It will add both shortcut in desktop and in menu. opt/android-studio/bin/studio.shĬomment=Integerated Development Environment for Android For example, I have copied android-studio in opt/ folder. Fortunately, with the support for Linux, you can use it to emulate the Android experience for. You have to specify where you have copied you android-studio files. Android Studio is a full-fledged tool for development and testing.

can install android studio linux debian

Connect to VM instance (VNC) sudo apt-get install tightvncserver This command installs tightvncserver which will help us establish a VNC connection.

can install android studio linux debian

To create a shortcut create a file sktop and fill it with given code:Ĭopy paste this text. sudo apt-get install lxde You will be asked with some options, feel free to customize them bur if you simply want to follow along just select Yes. Now you should have installed 32-bit libraries properly in your 64-bit Ubuntu.Īfter copying the Android Studio files you can run it by entering command To add support for 32-bit packages, run the command: sudo dpkg -add-architecture i386Īnd finally install 32-bit libraries for Android Studio: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 So the solution of this problem is to add support for 32-bit packages in a 64-bit machine and then installing the 32-bit libraries for Android studio. Libncurses5:i386 : Depends: libtinfo5:i386 (= 6.1-1ubuntu1) but it is not going to be installed Trying to run this command shows the error: E: unmet dependencies.

can install android studio linux debian

Once you get the Welcome to Android Studio screen, click on Configure, which will be at the. After installing Android Studio in 64-bit Ubuntu you have to install some 32-bit libraries and the command for installing them is: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 First of all run the android studio from the terminal. 64-bit Ubuntu does not support 32-bit packages by default so while installing 32-bit libraries it shows error. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below.








Can install android studio linux debian