Deprecated API


Contents
Deprecated Classes
com.android.sdklib.LayoutlibVersion
          Only the api level is relevant, and so should be represented by a single int. 
com.android.sdklib.repository.local.LocalLLDBPkgInfo
          in favor of new sdk system 
com.android.sdklib.repository.local.LocalSdk
          in favor of AndroidSdkHandler/RepoManager. 
com.android.sdklib.repositoryv2.targets.OptionalLibraryImpl
          in favor of Library 
 

Deprecated Fields
com.android.sdklib.repository.local.LocalLLDBPkgInfo.PINNED_REVISION
          in favor of LLDBSdkPackageInstaller#PINNED_REVISION. 
 

Deprecated Methods
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!