Difference between revisions of "Android SDK"
From eLinux.org
(Created page with 'http://developer.android.com/index.html Android Developers Homepage == Application SDK == Used for creating high level portable Java code. # [http://developer.android.com/s…') |
(Added page to Category:Android) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [http://developer.android.com/index.html Android Developers Homepage] | |
== Application SDK == | == Application SDK == | ||
| Line 8: | Line 8: | ||
# [http://developer.android.com/sdk/eclipse-adt.html Eclipse ADT Plugin] (Required if using Eclipse) | # [http://developer.android.com/sdk/eclipse-adt.html Eclipse ADT Plugin] (Required if using Eclipse) | ||
# [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) | ||
| + | |||
| + | '''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 == | ||
| + | Used to create a portable shared object library file for your C/C++ or asm code inside your Java application | ||
| + | |||
| + | # [http://developer.android.com/sdk/ndk/index.html Android NDK] | ||
| + | |||
| + | [[Category:Android]] | ||
Latest revision as of 20:13, 22 February 2011
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