Results 1 to 5 of 5

Thread: How To install Android development environment in Ubuntu

  1. #1
    Join Date
    Feb 2010
    Posts
    462

    How To install Android development environment in Ubuntu

    Hi all,

    Android has become a very accepted OS for mobile phone with more and more maker launching Android powered phones. As a result Android app development has become a very popular. Android development need the Android development environment. I want to know that how we can install Android development environment in Ubuntu. Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Re: How To install Android development environment in Ubuntu

    To install the Android development environment, Please follow the steps:
    # First update your system up to date.
    # Check the command
    Code:
    sudo apt-get update && sudo apt-get upgrade
    Check and reply.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    How To install Android development environment in Ubuntu

    If you want to install Android development environment in Ubuntu, Please update the Install Java and switch Sun to be the default version of Java. You can follow the command
    Code:
    sudo apt-get install sun-java6-jdk && sudo update-java-alternatives -s java-6-sun.
    Check and reply.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,522

    How To install Android development environment in Ubuntu

    You can also make a directory for your work in Ubuntu:
    Command:
    Code:
    mkdir ~/android
    after that Install Eclipse in Ubuntu by folllowing command:
    Code:
    sudo apt-get install eclipse
    # After that download the latest Android SDK from http://developer.android.com/sdk/index.html, move it into ~/android/ and then unpack it.
    and type the command
    Code:
    mv android-sdk_r04-linux_86.tgz ~/android/
    Best of luck.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,295

    How To install Android development environment in Ubuntu

    After the ADT has been installed, do not forget to state the Android SDK location at Windows -> Preferences in Eclipse. For example, your Android SDK is situated at ~/android/android-sdk-linux_86. In Eclipse, click Window->Android SDK and AVD Manager. In the ensuing window, on the left-hand side will be an Available Packages choice. Click on that, and then click on the checkbox next to the repository.xml package to select all available packages and then click on Install Selected. Best of luck.

Similar Threads

  1. How to set development environment with Sandy Flash 3D
    By IzzaT NaHi in forum Software Development
    Replies: 4
    Last Post: 23-02-2011, 08:00 PM
  2. How to build development environment in J2ME
    By Efigenio in forum Software Development
    Replies: 4
    Last Post: 25-02-2010, 03:35 AM
  3. unresolved external symbol- Development environment change error
    By afidelino in forum Software Development
    Replies: 3
    Last Post: 22-09-2009, 10:30 AM
  4. Replies: 5
    Last Post: 21-08-2009, 06:23 PM
  5. Which is your development environment (IDE) ?
    By Francesca in forum Polls & Voting
    Replies: 2
    Last Post: 07-05-2009, 08:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,657,999.01250 seconds with 17 queries