この質問が多く寄せられていることは知っていますが、問題の解決策が見つからないようです:
[2013-05-06 14:22:12 - MobileBim-android] Dx 1 error; aborting
[2013-05-06 14:22:12 - MobileBim-android] Conversion to Dalvik format failed with error 1
[2013-05-06 14:23:01 - MobileBim-android] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.sun.jna.Native$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2013-05-06 14:23:01 - MobileBim-android] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.sun.jna.Native$2) that doesn't come with an
...
[2013-05-06 14:23:02 - MobileBim-android] Dx
trouble processing "javax/xml/namespace/QName.class":
Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.
この問題を解決するにはどうすればよいですか? 依存関係のマニフェストに何かを追加しますか?
ありがとう!
編集:
jna 3.3.0 ソース コード ファイルをプロジェクトに追加しましたが、同じエラーが引き続き発生するため、何かがそれらを無視して、他の jna ライブラリ ファイルを引き続き使用しているに違いないと思います。
誰でもアイデアはありますか?