microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Library Issues #167

Closed BeatriceOltean closed 9 years ago

BeatriceOltean commented 9 years ago

Library Issues If you look at the libs folder after adding the Azure Services Activity, you end up with multiples of the same library (javadocs, sources, etc) as well as different versions:

libraryissue

This causes the app to not run due to duplicate dex classes found.

leotilli commented 9 years ago

This has already been addressed. We are currently adding just notifications-1.0.1.jar and notification-hubs-0.4.jar , without sources (nor javadoc) that would generate a duplicate dex class compile error.

Fixed on Jan 21st (https://github.com/leotilli/msopentech-tools-for-intellij/commit/dc68a49b1f1273c4fad1978d33a19963161b5bea)

And merged on Jan 28th (https://github.com/MSOpenTech/msopentech-tools-for-intellij/pull/113)

kasturiswain commented 9 years ago

In the latest build in the notification-hubs-0.4.jar is getting added in the latest build. 167

leotilli commented 9 years ago

This is the expected behavior. Sources (and docs) are no longer added, that are the ones that conflicted with the main library.