akhmad mngafan saiful abidin

Upload: mtd

Post on 06-Jul-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/17/2019 Akhmad Mngafan Saiful Abidin

    1/4

    INSTAL ANDROID

    Android SDK is a development environment for the Android mobile operating system which allows

    yo to write applications for Android devices or gain elevated privileges on android devices with

    the help of third party software!

    This brief ttorial is going to show yo how to download and install it in "bnt #$!%& if yohaven't already done so! To install it( yo first need to install )ava )DK pac*age or se the open)DK

    )ava alternative that comes with "bnt!

    In this ttorial( I'm going to be sing the open)DK version of )ava! To install Oracle )ava version(

    then read this post first!

    Objectives:

    • Install AndroidSDK in "bnt #$!%& +,recise ,angolin-

    • .n/oy0

    To get started( press Ctrl – Alt – T on yor *eyboard to open the terminal! 1hen it opens( rn the

    commands below to install Open)DK!

    sudo apt-get install openjdk-6-jre openjdk-6-jdk icedtea6-plugin

     

    Ne2t( download AndroidSDK pac*age by rnning the commands below! At the time of this writing(

    the crrent version was r20! Or clic* this lin* to download the !tg3 archive file!

    wget http://dl.google.com/android/android-sdk_r20-linux.tgz

     

    After downloading( rn the commands below to e2tract the downloaded file!

    tar -xvz android-sdk_r20-linux.tgz

     

    http://www.liberiangeek.net/2012/04/install-oracle-java-jdk-7-in-ubuntu-12-04-precise-pangolin/http://developer.android.com/sdk/index.htmlhttp://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_1.pnghttp://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise.pnghttp://developer.android.com/sdk/index.htmlhttp://www.liberiangeek.net/2012/04/install-oracle-java-jdk-7-in-ubuntu-12-04-precise-pangolin/

  • 8/17/2019 Akhmad Mngafan Saiful Abidin

    2/4

     

    After e2tracting the pac*age( rn the command below to change into the tools directory!

    cd !/android-sdk-linux/tools

     

    4inally( rn the commands below to begin the installation!./android

     

    Install Android pdates if there are any available! 

    After pdating( rn the commands below to inclde AndroidSDK in yor path environment!

    http://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_5.pnghttp://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_4.pnghttp://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_3.pnghttp://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_2.png

  • 8/17/2019 Akhmad Mngafan Saiful Abidin

    3/4

    gedit !/."ashrc

     

    Then add these lines at the very top of the file and save it!

    export #$%&'()#$%&*:!/android-sdk-linux/tools

    export #$%&'()#$%&*:!/android-sdk-linux/platorm-tools

     

    Log ot and log bac* in( then type android on the command line to lanch the software!

    android avd

     

    5ild yor own phone!

     

    http://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_71.pnghttp://www.liberiangeek.net/wp-content/uploads/2012/07/android_precise_6.png

  • 8/17/2019 Akhmad Mngafan Saiful Abidin

    4/4