Difference between revisions of "Eclipse: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 23: | Line 23: | ||
Hati-hati langkah berikut akan membutuhkan sambungan langsung ke Internet dan membutuhkan waktu yang lumayan lama | 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 | |
− | |||
Pastikan sambungan ke Internet lancar. | Pastikan sambungan ke Internet lancar. |
Revision as of 14:26, 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
Pastikan sambungan ke Internet lancar. Setup Eclipse untuk mengenali Android SDK
- Help -> Install New Software -> work with: https://dl-ssl.google.com/android/eclipse/
- tunggu beberapa saat
- klik -> Developer Tools -> Next -> Next -> I accept -> Finish
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