Notes on UTOSC2010 How to build android apps
Published 2010-10-9Eclipse
- http://developer.android.com/sdk/eclipse-adt.html#installing
- https://dl-ssl.google.com/android/eclipse/
SDK
-
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>
By AJ ONeal
Thanks!
It's really motivating to know that people like you are benefiting
from what I'm doing and want more of it. :)
Did I make your day?
Buy me a coffee
(you can learn about the bigger picture I'm working towards on my patreon page )