Fields Summary |
---|
public static int | ANDROID_JAROS Path to the "android.jar" file. |
public static int | ANDROID_AIDLOS Path to the "framework.aidl" file. |
public static int | IMAGESOS Path to "images" folder which contains the emulator system images. |
public static int | SAMPLESOS Path to the "samples" folder which contains sample projects. |
public static int | SKINSOS Path to the "skins" folder which contains the emulator skins. |
public static int | TEMPLATESOS Path to the "templates" folder which contains the templates for new projects. |
public static int | DATAOS Path to the "data" folder which contains data & libraries for the SDK tools. |
public static int | ATTRIBUTESOS Path to the "attrs.xml" file. |
public static int | MANIFEST_ATTRIBUTESOS Path to the "attrs_manifest.xml" file. |
public static int | LAYOUT_LIBOS Path to the "data/layoutlib.jar" library. |
public static int | RESOURCESOS Path to the "data/res" folder. |
public static int | FONTSOS Path to the "data/fonts" folder. |
public static int | WIDGETSOS Path to the "data/widgets.txt" file. |
public static int | ACTIONS_ACTIVITYOS Path to the "data/activity_actions.txt" file. |
public static int | ACTIONS_BROADCASTOS Path to the "data/broadcast_actions.txt" file. |
public static int | ACTIONS_SERVICEOS Path to the "data/service_actions.txt" file. |
public static int | CATEGORIESOS Path to the "data/categories.txt" file. |
public static int | SOURCESOS Path to the "sources" folder. |
public static int | DOCSOS Path to the target specific docs |
public static int | AAPTOS Path to the target's version of the aapt tool. |
public static int | AIDLOS Path to the target's version of the aidl tool. |
public static int | DXOS Path to the target's version of the dx too. |
public static int | DX_JAROS Path to the target's version of the dx.jar file. |
Methods Summary |
---|
public java.lang.String | getApiVersionName()Returns the platform version as a readable string.
|
public int | getApiVersionNumber()Returns the api version as an integer.
|
public java.lang.String | getClasspathName()Returns the name to be displayed when representing all the libraries this target contains.
|
public java.lang.String | getDefaultSkin()Returns the default skin for this target.
|
public java.lang.String | getDescription()Returns the description of the target.
|
public java.lang.String | getFullName()Returns the full name of the target, possibly including vendor name.
|
public java.lang.String | getLocation()Returns the target location.
|
public java.lang.String | getName()Returns the name of the target.
|
public com.android.sdklib.IAndroidTarget$IOptionalLibrary[] | getOptionalLibraries()Returns the available optional libraries for this target.
|
public com.android.sdklib.IAndroidTarget | getParent()Returns the parent target. This is likely to only be non null if
{@link #isPlatform()} returns false
|
public java.lang.String | getPath(int pathId)Returns the path of a platform component.
|
public java.lang.String[] | getSkins()Returns the available skins for this target.
|
public java.lang.String | getVendor()Returns the name of the vendor of the target.
|
public java.lang.String | hashString()Returns a string able to uniquely identify a target.
Typically the target will encode information such as api level, whether it's a platform
or add-on, and if it's an add-on vendor and add-on name.
|
public boolean | isCompatibleBaseFor(com.android.sdklib.IAndroidTarget target)Returns whether the given target is compatible with the receiver.
A target is considered compatible if applications developed for the receiver can run on
the given target.
|
public boolean | isPlatform()Returns true if the target is a standard Android platform.
|