Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

AndroidManifest.xml file is being built into odata-engine-andorid-impl-0.11.0.jar #60

Closed
JohnMAustin78 opened this issue Dec 17, 2014 · 1 comment
Assignees
Labels

Comments

@JohnMAustin78
Copy link

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

@marcote
Copy link
Contributor

marcote commented Dec 29, 2014

Hi @JohnAustin-MSFT

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.

@marcote marcote self-assigned this Dec 30, 2014
@marcote marcote added this to the Immediate milestone Dec 30, 2014
@marcote marcote added the bug label Dec 30, 2014
@marcote marcote closed this as completed Dec 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants