festple.blogg.se

Android studio ubuntu
Android studio ubuntu











android studio ubuntu

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. 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 These latter features may be used to override decisions made by apt-get's conflict resolution system.64-bit Ubuntu does not support 32-bit packages by default so while installing 32-bit libraries it shows error. Similarly a plus sign can be used to designate a package to install. If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. The /etc/apt/sources.list file is used to locate the desired packages. All packages required by the package(s) specified for installation will also be retrieved and installed. Each package is a package name, not a fully qualified filename.

android studio ubuntu

APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.Īpt-get is the command-line tool for handling packages, and may be considered the user's "back-end" to other tools using the APT library.Īpt-get install is followed by one or more packages desired for installation or upgrading.

android studio ubuntu android studio ubuntu

More information about install using apt-getĪdvanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. Software development kit for Android platform













Android studio ubuntu