Difference between revisions of "Android SDK"
From eLinux.org
(→Application SDK) |
|||
| Line 9: | Line 9: | ||
# [http://kenai.com/projects/nbandroid/ Netbeans plugin] (No official support) | # [http://kenai.com/projects/nbandroid/ Netbeans plugin] (No official support) | ||
# [http://developer.android.com/sdk/win-usb.html Windows USB Driver] (Only need if using Windows) | # [http://developer.android.com/sdk/win-usb.html Windows USB Driver] (Only need if using Windows) | ||
| + | |||
| + | '''Versions''' | ||
| + | [http://developer.android.com/resources/dashboard/platform-versions.html Regularly Updated Dashboard] | ||
| + | |||
| + | Top 3 SDK in used by users as of 4/13/2010 | ||
| + | # 1.5 | ||
| + | # 1.6 | ||
| + | # 2.0 | ||
== Native SDK == | == Native SDK == | ||
Revision as of 21:44, 13 April 2010
Application SDK
Used for creating high level portable Java code.
- Android SDK (Required)
- Eclipse Classic or greater (Not technically required
- Eclipse ADT Plugin (Required if using Eclipse)
- Netbeans plugin (No official support)
- Windows USB Driver (Only need if using Windows)
Versions Regularly Updated Dashboard
Top 3 SDK in used by users as of 4/13/2010
- 1.5
- 1.6
- 2.0
Native SDK
Used to create a portable shared object library file for your C/C++ or asm code inside your Java application