com.android.builder.sdk
Class SdkInfo

java.lang.Object
  extended by com.android.builder.sdk.SdkInfo

public class SdkInfo
extends java.lang.Object

General information about the SDK.


Method Summary
 java.io.File getAdb()
          Returns the location of the adb tool.
 java.io.File getAnnotationsJar()
          Returns the location of the annotations jar for compilation targets that are <= 15.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotationsJar

@NonNull
public java.io.File getAnnotationsJar()
Returns the location of the annotations jar for compilation targets that are <= 15.


getAdb

@NonNull
public java.io.File getAdb()
Returns the location of the adb tool.