5
score
452.1K
views
no
status
CC BY-SA 3.0
Unable to execute dex: Multiple dex files define Lcom/myapp/R$array;
I have several library projects with the same package name specified in the AndroidManifest (so no duplicate field names are generated by R.java). I had to remove any permissions and activities from the...