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…
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…
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:
AnomalySmith
  • 597
  • 2
  • 5
  • 16
0
votes
0 answers

Fancybox jquery conflict?

I am making a website that is building off of a template I found online. I wanted to add a gallery, so I inserted the Fancybox2 code. I have double checked everything, and it appears I have pathed it all out properly. When I click on the image…
Danyon Satterlee
  • 91
  • 1
  • 1
  • 7
0
votes
0 answers

jQuery- own code conflicts with Revolution Slider

I have written my own little jquery code for a hover effect, it worked perfectly. But when i added the revolution slider to the page the hover effect stopt working corectly. When you hover the socialmedia buttons you see a black background just…
0
votes
2 answers

How do I fix the error conflicting types? c programming

I am attempting to create a program that asks me questions but with different numbers each time so that i can practice for a school competition. This is just a simple example for one of the questions but each time I try to compile the program I get…
0
votes
1 answer

Resolve conflict with eval() function of Javascript

I am trying to set up the Responsive Menu using combined.js a merged library of Jquery Sizzle and jQuery core, it is posted here: https://pastee.org/erewc But it's eval function conflicts and produces error when I include it in a page having many…
Vicky Dev
  • 1,893
  • 2
  • 27
  • 62
0
votes
1 answer

Javascript from main page lost after loading partial using angular ui router

UPDATE I am thinking of using the following solution, is this a good way? I am working on a project that is being ported from wordpress to angularJS (will have later on its own backend). Some of the required javascript files that were already…
0
votes
1 answer

Dealing with conflicting javascript libraries in a Rails 3 app

Id like to understand the best approach when using multiple (and conflicting) javascript libraries in a rails 3 app. Before the js conflict was raised, I used the application.html.erb template to define all javascript libraries template on all pages…
0
votes
3 answers

Material design and jQuery, scroll not working

I am unable to make use of the .scroll method of jQuery while including Google's Material design. I have used Material Design Lite to make navigation bar of site. If I exclude/remove material.min.js, then scroll method on window works perfectly. My…
0
votes
0 answers

jQuery conflicts using Content Carousel with Bootstrap 3 and Fancy Box

I am working on a site that is using the Circular Content Carousel from Tympanus in conjunction with FancyBox on a site built with Bootstrap 3. I've noticed however, that the collapsible mobile menu that is part of Bootstrap is not working on this…
0
votes
1 answer

Conflict with jQuery.noConflict()

For the life of me, I can't figure out how to get jQuery.noConflict() to work to resolve the problems caused by needing two different versions of jQuery on my site. I have read numerous articles online and read other people's questions and answers…
John
  • 473
  • 5
  • 20