Closed BeatriceOltean closed 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)
In the latest build in the notification-hubs-0.4.jar is getting added in the latest build.
This is the expected behavior. Sources (and docs) are no longer added, that are the ones that conflicted with the main library.
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:
This causes the app to not run due to duplicate dex classes found.