nationoreo.blogg.se

Ubuntu install android sdk
Ubuntu install android sdk






ubuntu install android sdk
  1. UBUNTU INSTALL ANDROID SDK FOR ANDROID
  2. UBUNTU INSTALL ANDROID SDK SOFTWARE
  3. UBUNTU INSTALL ANDROID SDK CODE

Programming Android (o’reilly media) By Zigurd Mednieks and others.Learning Android (o’reilly media) By Marko Gargenta.Now it’s time start developing some cool Applications for Android. Wait, until the download/install process complete (it may take a lot of time if your Internet connection is not very fast). Don’t select unnecessary packages – that you don’t need now – otherwise it may take much time to download/install all those stuffs.

UBUNTU INSTALL ANDROID SDK CODE

Select other packages depending on your need, although most recommended packages are – Documentation, Code Samples, USB Driver, Google API, Google Analytics SDK, Google Admob Ads SDK (If you want to show ads in your App) etc. Mandatory packages are SDK Tools, SDK – Platform Tools and the SDK platform (2.1 (recommended if you want to target for 97%+ users) or 4.0.3 (the latest version at the time of writing this post)) for which you want to write the Application. Then go to Window -> Android SDK Manager, Select the packages you want to install and click Install Packages. Then open Window -> Preferences and locate your Android SDK starter package. Now select the developer tools, then a couple of Next, followed by Finish would begin the Download/Installation process Next, restart the Eclipse.

UBUNTU INSTALL ANDROID SDK SOFTWARE

Now, Open Eclipse IDE and go to Help -> Install New Software then click on Add and enter the URL : Download Android SDK Starter Packageĭownload Android SDK Starter Package (From Official Site) step 3. Open a terminal and install Eclipse IDE as well as JDK, in one command (Installs Eclipse 3.7 + OpenJDK 6 ) – sudo apt-get install eclipse-jdt step 2. Install JDK and Eclipse IDEĪlthough, you could install JDK or IDE separately (specially if you want specific version of JDK and Eclipse, Since Android SDK requires JDK 1.6+ and Eclipse Helios 3.6.2+) but eclipse-jdt package meets the above conditions so it would be much easier.

UBUNTU INSTALL ANDROID SDK FOR ANDROID

Since Android uses Java as the programming language so you must install Java Development Kit (JDK) such as OpenJDK (Open Source implementation), followed by the Eclipse IDE and ADT plugins required for Android Development. Setting Up Android SDK on Ubuntu 12.04 LTS Although, the setup process is primarily explained for Ubuntu 12.04 but it may works seamlessly on other GNU/Linux systems such as Linux Mint, Debian, OpenSuse, Fedora etc (and of course you would have to replace apt-get by yum in RPM based distro). If you are a Android Developer (or an absolute beginner) – who wants to use Ubuntu as the development platform OR an Ubuntu user interested in developing Android Applications – then this post might be helpful in setting up Android Development Environment on Ubuntu 12.04 (a.k.a Precise Pangolin). Ubuntu (latest version: 12.04 LTS) is now the most popular GNU/Linux distribution on this planet Android, the most popular operating system for Mobile Devices, both are rocking!








Ubuntu install android sdk