Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this questionwhat software do I need to create an android app?
Simplest method: Eclipse and Android SDK.
The SDK will install components for Eclipse, including an Android emulator for debugging, and you do your development in Java.
Edit: Android Studio has since been released, and is likely the preferred route for development going forward.
You should start at http://developer.android.com/, there is a wealth of information for getting started, what software to use and code samples etc.
You need to create the correct series of 1's and 0's, such that the android device in question does what you want. It will be a bit easier if you first Google something like "android development" though.
The simplest method is probably Titanium - just Javascript.
Motorola packages lots of stuff with its free MotodevStudio (just need to create an account on motorola). Maybe easier than setting up your own Eclipse + Android SDK and it works for eveery Android phone, not just Motorola's.
Else also apply for an account on the Google tool AppInventor
精彩评论