1

I have a android application that needs a chart, and I got the MPAndroidChart in GitHub. But according to the documents, I just copy the jar file to the libs folder,and then I got the error. I have searched some solutions in the cite,such as change androidsdkversion ,project->clean your project, remove AndroidManifest.xml in your imported jar file.But,they all doesn't work. what should I do to get rid of the error?

Detailed information:

[2015-03-15 09:54:01 - BLEReceiveEarSignal] Error generating final archive: Found duplicate file for APK: AndroidManifest.xml Origin 1: C:\Users\MyPC\workspace\BLEReceiveEarSignal\bin\resources.ap_ Origin 2: C:\Users\MyPC\workspace\BLEReceiveEarSignal\libs\mpandroidchartlibrary-2-0-8.jar

4

1 回答 1

0

可能是我在生成 .jar 文件时不小心包含了清单文件。

我刚刚重新创建了不包括清单的 .jar 文件,下载新文件(v2.0.8)并试一试:releases-section

于 2015-03-15T17:15:25.007 回答