Git Product home page Git Product logo

Comments (6)

oofoamalu avatar oofoamalu commented on July 23, 2024 1

Thanks!

I added the following:

compile ('com.jakewharton:butterknife:8.5.1')  {
    exclude module:'appcompat-v7', group:'com.android.support'
}

That solved the crash.

Also on the side, I used the latest appcompat-v7 versions

Is there a need to submit a PR for this? I'm not certain if anyone has experienced this crash before.

from travel-mate.

hanmeimei888 avatar hanmeimei888 commented on July 23, 2024

the question like this is the most because of librarys
i'm resolve by doing this:
compile('com.jakewharton:butterknife:8.5.1') {
exclude module: 'appcompat-v7'
exclude group: 'com.android.support'
}
then rebuild
goodluck!

from travel-mate.

hanmeimei888 avatar hanmeimei888 commented on July 23, 2024

and don‘t forget 'annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'

from travel-mate.

hanmeimei888 avatar hanmeimei888 commented on July 23, 2024

(your head is so beautiful

from travel-mate.

hanmeimei888 avatar hanmeimei888 commented on July 23, 2024

yeah , i think we should do this.
someone i have know is suffering with this issue too,
in fact i have met this crash before by 'fresco'..etc..,in this project i think it's caused by
'com.jakewharton:butterknife:8.5.1'.
can you do this? I'm new guy for github,not familiar with operation

ps: i have 0 followers now ,could you click following for me ? It's just a cutie's hope...

from travel-mate.

prabhakar267 avatar prabhakar267 commented on July 23, 2024

@Swati4star please check if there is a need to add this to the code or not
mention : @oofoamalu

from travel-mate.

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.