Status Update
Comments
tn...@google.com <tn...@google.com>
xa...@android.com <xa...@android.com> #3
Do some of your libraries and/or the app share the same package name? this could trigger this bug I think.
ic...@gmail.com <ic...@gmail.com> #4
Thanks, we could reproduce the bug after some time.
A pending fix is athttps://review.source.android.com/24433
A pending fix is at
do...@dolphy.eu <do...@dolphy.eu> #5
Fix submitted to AOSP tree.
xa...@android.com <xa...@android.com> #6
I see same problem with ubuntu 11.04 natty fresh install, as it was fresh i loaded sdk r12, with sun java 6 u26.
mc...@gmail.com <mc...@gmail.com> #7
Is there a workaround available till SDK R13 besides running at scale < 0.5 or >= 1.0?
xa...@android.com <xa...@android.com> #8
I also am seeing this problem with Ubuntu 11.04 and SDK 12.
re...@gmail.com <re...@gmail.com> #9
I'm also seeing this issue with LinuxMint 11 LXDE.
re...@gmail.com <re...@gmail.com> #10
Sorry for the inconvenience, where is file argb.h
ga...@gmail.com <ga...@gmail.com> #11
any workaround till r13 ?
ja...@gmail.com <ja...@gmail.com> #12
Same here with Ubuntu 11.04 (64 bits) and SDK 13...
The link given above to get the fix doesn't work for me :(
The link given above to get the fix doesn't work for me :(
ch...@gmail.com <ch...@gmail.com> #13
[Comment deleted]
ic...@gmail.com <ic...@gmail.com> #14
This seems to be fixed now with SDK 13 on Ubuntu 11.04 (32bit).
The attached screenshot shows the emulator running at scale 0.55 with normal colors again. Thanks :)
The attached screenshot shows the emulator running at scale 0.55 with normal colors again. Thanks :)
Description
While with eclipse the build of our multi library project works fine, with ant i get the following error message when running "ant release":
com.android.dx.util.DexException: Multiple dex files define Lcom/my/app/Manifest$permission;
Also see:
OS: Win7
Ant: 1.8.3
STEPS TO REPRODUCE:
1. Create project with multiple libraries and manifests (manifest merger enabled), the Manifest files use the same package name throughout.
2. Build with eclipse -> works
3. Build with ant (tools r20) -> works
4. Build with ant (tolls r21) -> fails
EXPECTED RESULTS:
Also works with ant.
OBSERVED RESULTS:
com.android.dx.util.DexException: Multiple dex files define Lcom/my/app/Manifest$permission;