Questions tagged [conflicting-libraries]
162 questions
0
votes
1 answer
Library conflict error
I have this error:
Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'.
> java.util.zip.ZipException: duplicate entry: com/google/android/gms/iid/zzb$zza$zza.class
When I use
compile…

ghita
- 2,746
- 7
- 30
- 54
0
votes
1 answer
Wildfly 9.0.x Excluding Infinispan
I m working with Wildfly 9 and i developed a jar imported as dependency by a web application (.war). The jar uses infinispan 8.1.0 while the application server uses the 7.2.3.
i 've written the following jboss-deployment-structure.xml

Alex
- 1,515
- 2
- 22
- 44
0
votes
1 answer
com.google.gcloud.datastore vs com.google.appengine.api.datastore
I have been trying out google app engine for some time. Using their code samples of google datastore, I am presently developing an Uber like app to track the public bus movements. I am using com.google.gcloud.datastore presently but is quite…

bunny10245
- 105
- 8
0
votes
1 answer
Swift iOS Custom Framework Conflicts
I made a custom iOS Swift framework with some simple form validation methods and some tests. I open-sourced it to Github.
What if another developer uses my framework for their app but changes the method names? Could that potentially crash my app? I…

ma11hew28
- 121,420
- 116
- 450
- 651
0
votes
1 answer
XML resource conflict in Android library
I have imported two libraries in my Android Studio project through gradle. One is support library v7 which is a necessary component to handle action bar in my app for different platforms. Another is the one I intent to use for UI components called…

Amin Soltani
- 1
- 2
0
votes
1 answer
jQuery UI - Prototype: Uncaught TypeError: proto.plugins[i].push is not a function
I'm trying to get working jQuery UI and prototype libraries together and finally arrived to this: