Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multidexing solutions #24

Open
staltz opened this issue Nov 5, 2014 · 2 comments
Open

Multidexing solutions #24

staltz opened this issue Nov 5, 2014 · 2 comments

Comments

@staltz
Copy link
Contributor

staltz commented Nov 5, 2014

For example, http://developer.android.com/tools/building/multidex.html

@pakoito
Copy link

pakoito commented Nov 6, 2014

It's still a bit iffy, our project and several others are having tool hell with unreproducible, stochastic builds.

The solution google is giving is downloading an AOSP script to run and generate a main dex class list which you have to manually maintain, and multidex tasks around the framework. And even with it, you're not assured it'll work.

@benjamin-bader
Copy link

Multidex is still subject to random failures on older devices, and slow/unreproducible builds in any case. We wrote a Gradle plugin to keep tabs on method counts as you build: https://github.com/KeepSafe/dexcount-gradle-plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants