Deprecated API


Contents
Deprecated Classes
com.android.sdklib.repository.RepoConstants
          moved to studio 
com.android.sdklib.repository.SdkAddonConstants
          moved to studio 
com.android.sdklib.repository.SdkAddonsListConstants
          moved to studio 
com.android.sdklib.repository.SdkRepoConstants
          moved to studio 
com.android.sdklib.repository.SdkStatsConstants
          moved to studio 
com.android.sdklib.repository.SdkSysImgConstants
          moved to studio 
 

Deprecated Methods
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.SystemImage.getLocationType()
            
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!