Package org.robolectric
Class ApkLoader
java.lang.Object
org.robolectric.ApkLoader
public class ApkLoader extends Object
Mediates loading of "APKs" in legacy mode.
- 
Constructor SummaryConstructors Constructor Description ApkLoader()
- 
Method SummaryModifier and Type Method Description PackageResourceTablegetAppResourceTable(AndroidManifest appManifest)PackageResourceTablegetCompileTimeSdkResourceTable()Returns the ResourceTable for the compile time SDK.
- 
Constructor Details- 
ApkLoaderpublic ApkLoader()
 
- 
- 
Method Details- 
getAppResourceTable
- 
getCompileTimeSdkResourceTableReturns the ResourceTable for the compile time SDK.
 
-