See: Description
| Interface | Description |
|---|---|
| AndroidClassLoadingStrategy.DexProcessor |
A dex processor is responsible for converting a collection of Java class files into a Android dex file.
|
| AndroidClassLoadingStrategy.DexProcessor.Conversion |
Represents an ongoing conversion of several Java class files into an Android dex file.
|
| Class | Description |
|---|---|
| AndroidClassLoadingStrategy |
A class loading strategy that allows to load a dynamically created class at the runtime of an Android
application.
|
| 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.
|
Copyright © 2014–2015. All rights reserved.