Difference between revisions of "Android SDK"

From eLinux.org
Jump to: navigation, search
(Added page to Category:Android)
 
(2 intermediate revisions by one other user not shown)
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 ==
 
== Native SDK ==
Line 14: Line 22:
  
 
# [http://developer.android.com/sdk/ndk/index.html Android NDK]
 
# [http://developer.android.com/sdk/ndk/index.html Android NDK]
 +
 +
[[Category:Android]]

Latest revision as of 13:13, 22 February 2011

Android Developers Homepage

Application SDK

Used for creating high level portable Java code.

  1. Android SDK (Required)
  2. Eclipse Classic or greater (Not technically required
  3. Eclipse ADT Plugin (Required if using Eclipse)
  4. Netbeans plugin (No official support)
  5. 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. 1.5
  2. 1.6
  3. 2.0

Native SDK

Used to create a portable shared object library file for your C/C++ or asm code inside your Java application

  1. Android NDK