私は Android アプリケーションを開発しており、 pom.xml ファイルに依存関係を追加しようとしています:
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
<version>2.6.7</version>
</dependency>
どこでも使用していませんが、その依存関係を追加した後、アプリケーションを実行しようとすると、エラーが発生します。
Conversion to Dalvik format failed with error 1
Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.
実行できないのはなぜですか?