
public class AndroidSDK extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidSDK.Layout |
| Constructor and Description |
|---|
AndroidSDK(AndroidContainerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAaptPath() |
String |
getAdbPath()
Get the android debug tool path (adb).
|
String |
getAndroidPath()
Get the android tool path
|
AndroidContainerConfiguration |
getConfiguration() |
String |
getEmulatorPath()
Get the emulator path.
|
AndroidSDK.Layout |
getLayout() |
String |
getMakeSdCardPath() |
String |
getPathForFrameworkAidl()
Returns the complete path for
framework.aidl, based on this SDK. |
String |
getPathForJavaTool(String tool) |
String |
getPathForTool(String tool)
Returns the complete path for a tool, based on this SDK.
|
File |
getPlatform() |
void |
setConfiguration(AndroidContainerConfiguration configuration) |
public AndroidSDK(AndroidContainerConfiguration configuration) throws AndroidContainerConfigurationException
configuration - AndroidContainerConfigurationExceptionpublic AndroidContainerConfiguration getConfiguration()
public void setConfiguration(AndroidContainerConfiguration configuration)
public AndroidSDK.Layout getLayout() throws AndroidContainerConfigurationException
public String getPathForTool(String tool)
tool - which tool, for example adb or dx.jar.String, including the tool's filename.public String getEmulatorPath()
emulator commandpublic String getMakeSdCardPath()
public String getAdbPath()
adb commandpublic String getAaptPath()
public String getAndroidPath()
android commandpublic String getPathForFrameworkAidl() throws AndroidContainerConfigurationException
framework.aidl, based on this SDK.String, including the filename.AndroidConfigurationExceptionAndroidContainerConfigurationExceptionpublic File getPlatform()
Copyright © 2013 JBoss by Red Hat. All rights reserved.