Android Open Source - Development file secondary-dex-example






Project Summary

a sample project to demonstrate how to dynamically include an external jar file into an android project to avoid LinearAlloc limits.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of secondary-dex-example.

ItemValue
Java File Count6
Minimum SDK Version7
Activity Count1




Java Source Files

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