Deprecated API


Contents
Deprecated Methods
com.android.ide.common.resources.ResourceResolver.findItemInStyle(StyleResourceValue, String)
           
com.android.ide.common.repository.SdkMavenRepository.getHighestInstalledVersion(File, String, String, String, boolean)
          For testability use SdkMavenRepository.getHighestInstalledVersion(File, String, String, String, boolean, FileOp) 
com.android.ide.common.repository.SdkMavenRepository.getHighestInstalledVersion(String, String, File, String, boolean)
          For testability, use SdkMavenRepository.getHighestInstalledVersion(String, String, File, String, boolean, FileOp). 
com.android.ide.common.repository.SdkMavenRepository.getRepositoryLocation(File, boolean)
          For testability, use SdkMavenRepository.getRepositoryLocation(File, boolean, FileOp). 
com.android.ide.common.xml.XmlPrettyPrinter.prettyPrint(Node)
          Use XmlPrettyPrinter.prettyPrint(org.w3c.dom.Node, boolean) instead 
com.android.ide.common.xml.XmlPrettyPrinter.prettyPrint(Node, XmlFormatPreferences, XmlFormatStyle, String)
          Use XmlPrettyPrinter.prettyPrint(org.w3c.dom.Node, XmlFormatPreferences, XmlFormatStyle, String, boolean) instead 
com.android.ide.common.rendering.LayoutLibrary.supports(Capability)
          use LayoutLibrary.supports(int)