Package org.robolectric
Class ApkLoader
- java.lang.Object
-
- org.robolectric.ApkLoader
-
public class ApkLoader extends Object
Mediates loading of "APKs" in legacy mode.
-
-
Constructor Summary
Constructors Constructor Description ApkLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PackageResourceTable
getAppResourceTable(AndroidManifest appManifest)
PackageResourceTable
getCompileTimeSdkResourceTable()
Returns the ResourceTable for the compile time SDK.
-
-
-
Method Detail
-
getAppResourceTable
public PackageResourceTable getAppResourceTable(AndroidManifest appManifest)
-
getCompileTimeSdkResourceTable
@Nonnull public PackageResourceTable getCompileTimeSdkResourceTable()
Returns the ResourceTable for the compile time SDK.
-
-