Deprecated API


Contents
Deprecated Methods
com.android.sdklib.SdkManager.getBuildTools()
           
com.android.sdklib.SdkManager.getExtrasVersions()
          Starting with add-on schema 6, extras can have full revisions instead of just major revisions. This API only returns the major revision. Callers should be modified to use the new {code LocalSdk.getPkgInfo(PkgType.PKG_EXTRAS)} API instead. 
com.android.sdklib.SdkManager.getMaxLayoutlibVersion()
          This does NOT solve the right problem and will be changed later. 
com.android.sdklib.devices.Device.getName()
          Use Device.getId() or Device.getDisplayName() instead based on whether a stable identifier or a user visible name is needed 
com.android.sdklib.repository.local.LocalSdk.getPath()
           
com.android.sdklib.build.DependencyFile.needCompilation()
          Use Gradle instead!