| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
An implementation of a dex processor based on the Android SDK's dx.jar with an API that is
compatible to version 1.7.
|
| Modifier and Type | Method and Description |
|---|---|
protected static AndroidClassLoadingStrategy.DexProcessor |
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.makeDefault()
Creates a default dex processor that ensures API version compatibility.
|
| Constructor and Description |
|---|
AndroidClassLoadingStrategy(File privateDirectory,
AndroidClassLoadingStrategy.DexProcessor dexProcessor)
Creates a new Android class loading strategy that uses the given folder for storing classes.
|
Injecting(File privateDirectory,
AndroidClassLoadingStrategy.DexProcessor dexProcessor)
Creates a new injecting class loading strategy for Android.
|
Wrapping(File privateDirectory,
AndroidClassLoadingStrategy.DexProcessor dexProcessor)
Creates a new wrapping class loading strategy for Android.
|
Copyright © 2014–2024. All rights reserved.