Giter Site home page Giter Site logo

Cannot execute apk about circularreveal HOT 8 CLOSED

ozodrukh avatar ozodrukh commented on September 25, 2024
Cannot execute apk

from circularreveal.

Comments (8)

ozodrukh avatar ozodrukh commented on September 25, 2024

looks like one of your dependencies already using my library

from circularreveal.

jiteshlalwani avatar jiteshlalwani commented on September 25, 2024

Problem is that if I dont use your library than the app is crashing on devices which are less than lollipop so I am not sure if that is the case. PFA my gradle file. Can you make out which library that might be? And what can be the solution so that I can use your library. Thanks in advance.
gradle

from circularreveal.

ozodrukh avatar ozodrukh commented on September 25, 2024

https://github.com/gowong/material-sheet-fab this dependency is using my library,
u need to add exclude on that library and append mine (if u don't know how to add exclude please google it, a lot of examples are available on StackOverFlow)

from circularreveal.

jiteshlalwani avatar jiteshlalwani commented on September 25, 2024

Hi thanks for the information. I have tried following line but somehow it is not working, please correct me if I am wrong somewhere:

compile('com.gordonwong:material-sheet-fab:1.0.1')
{
exclude module: 'com.github.ozodrukh'
}

I also tried exclude group: 'com.github.ozodrukh'

from circularreveal.

ozodrukh avatar ozodrukh commented on September 25, 2024
compile('com.gordonwong:material-sheet-fab:1.0.1'){
  exclude module: 'CircularReveal'
}

from circularreveal.

jiteshlalwani avatar jiteshlalwani commented on September 25, 2024

Unfortunately I am getting same error even after writing above code in gradle.

Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'.

java.util.zip.ZipException: duplicate entry: io/codetail/widget/RevealLinearLayout.class

from circularreveal.

jiteshlalwani avatar jiteshlalwani commented on September 25, 2024

I have added exclude module: 'CircularReveal' to few more libraries on which I had doubt but still no luck. PFA screenshot
exclude_circular_2

from circularreveal.

jiteshlalwani avatar jiteshlalwani commented on September 25, 2024

Will highly appreciated you if you could tell me some workaround. Thanks

from circularreveal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.