Difference between revisions of "Eclipse: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 20: | Line 20: | ||
cd ~/android-sdk-linux_x86/ | cd ~/android-sdk-linux_x86/ | ||
tools/android | tools/android | ||
+ | |||
+ | Hati-hati langkah berikut akan membutuhkan sambungan langsung ke Internet dan membutuhkan waktu yang lumayan lama | ||
klik Installed packages -> Android SDK tools, revision 12 > Update All | klik Installed packages -> Android SDK tools, revision 12 > Update All |
Revision as of 11:20, 3 August 2011
Instalasi
sudo apt-get install sun-java6-jdk eclipse
Instalasi Android SDK
Download SDK dari
http://developer.android.com/sdk/index.html
Lakukan
cd ~ cp Downloads/android-sdk_r12-linux_x86.tgz ~ tar zxvf android-sdk_r12-linux_x86.tgz ls android-sdk-linux_x86/
Instalasi menggunakan perintah
cd ~/android-sdk-linux_x86/ tools/android
Hati-hati langkah berikut akan membutuhkan sambungan langsung ke Internet dan membutuhkan waktu yang lumayan lama
klik Installed packages -> Android SDK tools, revision 12 > Update All klik Available packages -> Adnroid Repository Klik Available packages -> Third party Add-ons -> Install selected
Setup Eclipse untuk mengenali Android SDK
- Help -> Install New Software -> Add -> Local -> android-sdk-linux_x86 -> OK -> OK
Referensi
- http://ayushsuman.blogspot.com/2010/06/how-to-install-eclipse-on-linux-eclipse.html
- http://www.vogella.de/articles/Android/article.html
- http://developer.android.com/sdk/index.html
- http://developer.android.com/sdk/installing.html