Top "Dex" questions

.dex files are compiled Android application code files.

decompiling DEX into Java sourcecode

How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?

java android reverse-engineering decompiler dex
Unable to execute dex: Multiple dex files define Lcom/myapp/R$array;

Since updating to ADT 14 I can no longer build my project. It was building fine prior to updating. The error: [2011…

android eclipse adt android-sdk-tools dex
Unable to merge dex

I have Android Studio Beta. I created a new project with compile my old modules but when I tried launching …

android dex android-studio-3.0
How to extract code of .apk file which is not working?

Actually I was trying to extract code of a .apk file called cloudfilz.apk and wanted to manipulate in its …

android java dex
What are .dex files in Android?

I have some questions regarding dex files What is a dex file in Android? How does dex work for Android? …

android dex
Unable to execute dex: method ID not in [0, 0xffff]: 65536

I have seen various versions of the dex erros before, but this one is new. clean/restart etc won't help. …

android dex
Android dex gives a BufferOverflowException when building

When compiling a specific Android project, and only on my Windows machine, I get a java.nio.BufferOverflowException during from …

android dex
Is it possible to decompile an Android .apk file?

Are the users able to convert the apk file of my application back to the actual code? If they do …

android obfuscation apk decompiling dex
Android gives error "Cannot fit requested classes in a single dex file"

I don't know why but it's impossible to launch my app on my mobile this morning. I get this error …

java android compiler-errors dex
Dex Loader Unable to execute Multiple dex files define

Okay, now i'm really stuck here. I don't know what to do, where to go or ANYTHING! I have been …

android loader dex