NativeMap ANE from distriqt problem (AIR for Android)
Hello!
I'm using few distriqt extensions in AIR project, but seems like NativeMaps have some conflict with other ANE(s) or something, here is ADT compiling result:
dx tool failed: UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lcom/distriqt/extension/nativemaps/R$attr; 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:737) at com.android.dx.command.dexer.Main.processFileBytes(Main.java:678) at com.android.dx.command.dexer.Main.access$300(Main.java:83) at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:607) at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:284) at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:166) at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144) at com.android.dx.command.dexer.Main.processOne(Main.java:637) at com.android.dx.command.dexer.Main.processAllFiles(Main.java:511) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:281) at com.android.dx.command.dexer.Main.run(Main.java:247) at com.android.dx.command.dexer.Main.main(Main.java:215) at com.android.dx.command.Main.main(Main.java:106) warning: Ignoring InnerClasses attribute for an anonymous inner class...
and after that a lot of errors but seems like this is the reason.
I'm using: Calendar, Notifications, Dialog, PushNotifications, NativeMaps + GooglePlayServices, ApplicationRater, also GoViral (not from distriqt, but it's not the reason of the problem).
Android library updated.
Does anybody can help me?
