public class AndroidSdk extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidSdk.Layout |
| Constructor and Description |
|---|
AndroidSdk(AndroidExtensionConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdbPath()
Get the android debug tool path (adb).
|
String |
getAndroidPath()
Get the android tool path
|
String |
getEmulatorPath()
Get the emulator path.
|
AndroidSdk.Layout |
getLayout() |
String |
getPathForFrameworkAidl()
Returns the complete path for
framework.aidl, based on this SDK. |
String |
getPathForTool(String tool)
Returns the complete path for a tool, based on this SDK.
|
File |
getPlatform() |
public AndroidSdk(AndroidExtensionConfiguration configuration) throws AndroidConfigurationException
AndroidConfigurationExceptionpublic AndroidSdk.Layout getLayout() throws AndroidConfigurationException
AndroidConfigurationExceptionpublic String getPathForTool(String tool)
tool - which tool, for example adb or dx.jar.String, including the tool's filename.public String getEmulatorPath()
public String getAdbPath()
public String getAndroidPath()
public String getPathForFrameworkAidl() throws AndroidConfigurationException
framework.aidl, based on this SDK.String, including the filename.AndroidConfigurationExceptionpublic File getPlatform()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.