Top "Dex" questions

.dex files are compiled Android application code files.

Using SimpleXML with Android and Gradle

I'm having troubles trying to compile an Android application with Gradle 0.5.+ and Android Studio, using SimpleXML. This is the error: …

android gradle android-studio simple-framework dex
Difference between AAR, JAR, DEX, APK in Android

In Android systems or development enviroments, what are the differences between AAR, JAR, DEX, and APK files? What is the …

java android apk dex aar
Intellij idea showing error: could not create the java virtual machine

I am having trouble with intellij idea ide. It was working fine , but suddenly it started showing error: Android Dex: […

android intellij-idea jvm fatal-error dex
Plugins architecture for an Android app?

THIS QUESTION HAS MOVED TO https://softwarerecs.stackexchange.com/questions/27841/plugins-architecture-for-an-android-app I want to implement a plugin system for an …

android dalvik layout-inflater android-inflate dex
The number of method references in a .dex file exceed 64K

Currently working on my android application after including play services and firebase library in my project I'm getting this error …

android heap dex android-multidex
Speed up Android project build time in IntelliJ IDEA

I am wondering, if there is any way, how to set skip packaging and dexing in IntelliJ IDEA like in …

android build intellij-idea dex android-build
Failed resolution of: Lcom/google/android/gms/common/api/Api$zzf;

I got this error when we run apk file of our application. In build.gradle we set multidex and compile …

java android dex
convert odex file to dex file

I would like to covert odex file to dex file. I already pulled framework folder from system. I tried the …

android dex smali
How to execute the dex file in android with command?

Can any body please share the method to execute the dex file in android with command? This is just to …

android dex
What is Android Pre-Dexing and how to does it increase performance?

I see ant script of Android has message that it is "pre-dexing". However dex and pre-dex uses same options, except …

android dex