You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
The odata-engine-android-impl-0.11.0.jar file on the BinTray lib distribution site includes the AndroidManifest.xml file from sources. In consequence, the Eclipse build engine cannot build any app with its own Android.Manifest.xml file when it references odata-engine-android-impl-0.11.0.jar
The following error is reported in the Eclipse console at build time:
[2014-12-17 10:48:34 - O365-Android-Start] Error generating final archive: Found duplicate file for APK: AndroidManifest.xml
Origin 1: /Users/johnaustin/git/O365-Android/O365-Android-Start/O365-APIs-Start-Android/bin/resources.ap_
Origin 2: /Users/johnaustin/git/O365-Android/O365-Android-Start/O365-APIs-Start-Android/libs/odata-engine-android-impl-0.11.0.jar
The text was updated successfully, but these errors were encountered:
I was able track down the issue and I changed the way the convert an .AAR file to .JAR. It was working up to version v0.9.3, but then we introduced some changes into project structure and the existing approach was not working anymore.
The fix is included in fb60187 and the new release will have a .jar file without a manifest file.
The odata-engine-android-impl-0.11.0.jar file on the BinTray lib distribution site includes the AndroidManifest.xml file from sources. In consequence, the Eclipse build engine cannot build any app with its own Android.Manifest.xml file when it references odata-engine-android-impl-0.11.0.jar
The following error is reported in the Eclipse console at build time:
[2014-12-17 10:48:34 - O365-Android-Start] Error generating final archive: Found duplicate file for APK: AndroidManifest.xml
Origin 1: /Users/johnaustin/git/O365-Android/O365-Android-Start/O365-APIs-Start-Android/bin/resources.ap_
Origin 2: /Users/johnaustin/git/O365-Android/O365-Android-Start/O365-APIs-Start-Android/libs/odata-engine-android-impl-0.11.0.jar
The text was updated successfully, but these errors were encountered: