java.io.IOException: No original dex files found for dex location /data/app/com.tomdroid.android.staging-2/base.apk
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
If you need more than 65536 methods on your application you need to change your Gradle configuration to enable MultiDex and modify your manifest to reference MultiDex class.
Solutions on the web
via reddit.com by Unknown author, 1 year ago
via paste.ee by Unknown author, 2 years ago
via GitHub by Bryan2Lee
, 1 year agovia Stack Overflow by Pedro Maltez
, 1 year agovia Google Groups by Pedro Maltez, 1 year ago
via GitHub by siniy123
, 9 months agojava.io.IOException: No original dex files found for dex location /data/app/com.tomdroid.android.staging-2/base.apk
at dalvik.system.DexFile.openDexFileNative(Native Method)
at dalvik.system.DexFile.openDexFile(DexFile.java:295)
at dalvik.system.DexFile.
(DexFile.java:80) at dalvik.system.DexFile.
(DexFile.java:59) at dalvik.system.DexPathList.loadDexFile(DexPathList.java:279)
at dalvik.system.DexPathList.makePathElements(DexPathList.java:248)