Top "Dex" questions

.dex files are compiled Android application code files.

Load DEX file dynamically on Android 5.0

Prior to Android 5.0 I was able to load DEX files dynamically using DexClassLoader and calling loadClass() method but with the …

android classloader dex android-runtime dex2oat
Failed to verify dex: Bad method handle type 7

I'm trying to create a test example where I've the contents of a TextView is set to the contents of …

android dex ipfs
Android app crashes at start with "E/dex2oat: Failed to create oat file" and "non-0 exit status"

My app (still WIP) runs fine on different devices. But suddenly it refuses to start on Huawei Honor 7 (Android 6.0/EMUI 4.0.3). …

java android android-studio logcat dex
dexexception: not support version

I was trying to convert apk to source code. When I entered below command ./d2j-dex2jar.sh classes.dex …

apk dex android-8.0-oreo decompiler
How to enable dex compiler D8(Next-generation Dex Compiler) in android studio

With the release of Android Studio 3.0 Beta release, the android studio provides next-generation dex compiler, D8 to compile code and …

android android-studio build.gradle dex
How to find cause of error when dexing: MethodHandle.invoke and MethodHandle.invokeExact

I have a project that has started throwing this error when building in Android Studio or Gradle: com.android.tools.…

android lambda java-8 dex
Cannot compile, Unable to execute dex, cannot merge, non-jumbo instruction

I'm needing some help because I can't get the solution by my own, I had read a lot of post …

android eclipse dalvik dex
Error while installing application (INSTALL_FAILED_DEXOPT)

I am working with ccr4j API in Android so when I run my project its thrown an error like: …

android android-install-apk dex
Difference between android.enableD8.desugaring in Android Studio 3.1 and android.enableD8

In Android Studio 3.0 there is an option android.enableD8 to enable D8 (Next-generation Dex Compiler). In Android Studio 3.1 a new …

android android-studio android-gradle-plugin dex android-studio-3.1
Using .aar NoClassDefFoundError But Class Exists and is Dexed

I have several projects which I build to create an .aar. I then import this .aar into into Android Studio …

android android-studio android-gradle-plugin dex aar