Eclipse
- http://developer.android.com/sdk/eclipse-adt.html#installing
- https://dl-ssl.google.com/android/eclipse/
SDK
http://developer.android.com/sdk/installing.html#Installing
Install the SDK
- Install Eclipse
- Install ADT
- Point ADT to SDK
- Add /local/android-*/tools to $PATH
export PATH="local/android-sdk-mac_86/tools:${PATH}"in .bash_profile
- Install components (SDK, docs, APIs)
- Create AVD
- Create Project
- Add text
- Boot emulator
keytool
keytool -list -alias androiddebugkey -keystore .android/debug.keystore -storepass android -keypass android
/.android/<keyfilename>
blog comments powered by Disqus
Updated at 2010-10-09