a sample project to demonstrate how to dynamically include an external jar file into an android project to avoid LinearAlloc limits.
secondary-dex-example is hosted in the following web site
https://github.com/yigit/secondary-dex-example
If you think the Android project secondary-dex-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of secondary-dex-example.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 7 |
Activity Count | 1 |
secondary-dex-example has the following Java source files.
com.birbit.example.secondarydex.SecondaryDexActivity.java com.birbit.example.secondarydex.big.base.IDateParser.java com.birbit.example.secondarydex.big.base.JodaLoader.java com.birbit.example.secondarydex.big.base.exception.MyIllegalArgumentException.java com.birbit.example.secondarydex.big.base.exception.MyUnsupportedOperationException.java com.birbit.example.secondarydex.big.stuff.DateParser.java