Top "Dex" questions

.dex files are compiled Android application code files.

Didn't find class "android.support.multidex.MultiDexApplication" on path: DexPathList

I'm trying the new MultiDex Support on my app and so far I've managed to compile my app correctly, but …

android gradle dex android-multidex
com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex - Android Studio 3.0 stable

I made: In "Settings"->"Android SDK"->"SDK Tools" Google Play services is checked and installed v.46 …

android gradle merge dex android-studio-3.0
Android Studio: Error:Execution failed for task ':app:dexDebug'

I'm using Android Studio for the first time and I got the following error after importing the project (previously it …

android android-studio android-build dex
How to shrink code - 65k method limit in dex

I have a rather large Android app that relies on many library projects. The Android compiler has a limitation of 65536 …

android google-drive-api guava dex android-multidex
Dex error On Android Studio 3.0 Beta4

Error:java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex Error:java.lang.RuntimeException: …

android android-gradle-plugin build.gradle dex
How to convert .jar or .class to .dex file?

I'm going to edit Opera Mini v6.5 server because it is blocked in our country. Now I have unpacked the .…

java android dex dx
Android support multidex library implementation

I have hit the magic dex limit because my application uses a lot of jars (drive API, greendao, text to …

android android-gradle-plugin android-library dex
cmd cannot recognize dex2jar- Android Apk

i want to get source code from apk and use this solution Is there a way to get the source …

android cmd dex
Android Gradle: What is javaMaxHeapSize "4g"?

In an android project, build.gradle file, I have been through this line dexOptions{ javaMaxHeapSize "4g" } I would like to …

android gradle dex
Multiple dex files - Conversion to Dalvik format failed - Unable to execute dex

I have 2 app versions - pro and lite. They are both already on the market at v1.01. I am trying …

java android dalvik dex