Install Eclipse + Android Development Tools in 64 bit Ubuntu 14.04

preview_player
Показать описание
A guide for the install of an Android Development Environment in an Ubuntu 14.04 desktop. First 18 minutes covers install. Last 8 minutes covers Android emulator in virtual guest.

Install Oracle Java 7. Install 32 bit libraries for Android Development Tools in 64 bit Ubuntu 14.04. Install Android Development Bundle which includes Eclipse. Verify operation by creating a "Hello World" program and running the program on an Android phone.
Video demonstrates with the System Monitor what happens when you try and run an Android emulator in an Ubuntu 14.04 VirtualBox guest.

Рекомендации по теме
Комментарии
Автор

hi, How to fix 7:13, thanks
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 lib32stdc++6 : Depends: gcc-4.8-base (= 4.8.2-10ubuntu2) but 4.8.2-19ubuntu1 is to be installed
                Depends: lib32gcc1 (>= 1:4.1.1) but it is not going to be installed
                Depends: libc6-i386 (>= 2.17) but it is not going to be installed
 lib32z1 : Depends: libc6-i386 (>= 2.4) but it is not going to be installed
 lib32z1-dev : Depends: lib32c-dev
E: Unable to correct problems, you have held broken packages.

nguyenthang
Автор

What if I already have OpenJDK installed. Will I have to uninstall that first? When I run $ java -version, it says java version "1.7.0_91. OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-0ubuntu0.14.04.1), OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)

TimHeinz-htimba