multidex icon indicating copy to clipboard operation
multidex copied to clipboard

Library Project including compatibility multi dex loader.

Results 6 multidex issues
Sort by recently updated
recently updated
newest added

I do not want to leak our app's package name, sorry for not attaching the error messages. We tried this library and it works like a charm widh JDK 7....

Hi, is it possible to load dex files from another apk? For example MultiDex.install(fromContext,toContext);

Here is my build.gradle part. I am not able to find my application. App runs normally but no app icon on phone :( android { compileSdkVersion 21 buildToolsVersion '21.0.1' sourceSets...

This error appeared on Crouton library - https://github.com/keyboardsurfer/Crouton after implementing Multidex android.content.res.Resources$NotFoundException: Resource ID #0x10102eb at android.content.res.Resources.getValue(Resources.java:1981) at android.content.res.Resources.getDimensionPixelSize(Resources.java:1476) at de.keyboardsurfer.android.widget.crouton.Crouton.initializeCroutonViewGroup(Crouton.java:817) at de.keyboardsurfer.android.widget.crouton.Crouton.initializeCroutonView(Crouton.java:801) at de.keyboardsurfer.android.widget.crouton.Crouton.getView(Crouton.java:779) at de.keyboardsurfer.android.widget.crouton.Manager.addCroutonToView(Manager.java:195) at de.keyboardsurfer.android.widget.crouton.Manager.handleMessage(Manager.java:164) at...

Trying to add multi-dex support to library project and get ``` UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lcom/android/test/runner/MultiDexTestRunner; at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:122) at com.android.dx.dex.file.DexFile.add(DexFile.java:161) at com.android.dx.command.dexer.Main.processClass(Main.java:732) at com.android.dx.command.dexer.Main.processFileBytes(Main.java:673) at com.android.dx.command.dexer.Main.access$300(Main.java:82) at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:602)...

I use mutidex, but when i build my project i have issue this is logcat with --debug flag: ![untitled](https://cloud.githubusercontent.com/assets/2919735/4554880/eac1daac-4eb5-11e4-9388-c7df9b45c270.png) I created MaidexList.txt in project and add classes of mutidex. this...