Questions tagged [dexoptions]
3 questions
11
votes
1 answer
What are the pros and cons for jumboMode (dexOptions)
My Android build ~~is~~ was quite slow. 3-5 Minutes.
I removed a lot of dependencies and am now able to build without multidex - yay.
Nevertheless I ask myself if setting jumbo mode manually makes any sense...
jumboMode
when enabled it allows a…

Tobias
- 7,282
- 6
- 63
- 85
10
votes
1 answer
What is dex in Gradle
What is the dex in Gradle or in Android?
In Gradle, what's the meaning of dexoptions?
Sometimes my project does not compile because of some dexerrors.
I need to activate ProGuard to compile my Android app.

psv
- 3,147
- 5
- 32
- 67
1
vote
0 answers
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:multidex:1.0.2
I have recently updated android studio but there are problems in build.gradle file. How can I resolve this issue? Adding debug{} and staging{} to gradle (4.8) and using matchingFallbacks not worked. Thank you. regards.
Unable to resolve dependency…

Mr. Nobody
- 327
- 2
- 8
- 21