Giter Site home page Giter Site logo

Cause: element == null about toutiao HOT 6 OPEN

chaychan avatar chaychan commented on August 17, 2024
Cause: element == null

from toutiao.

Comments (6)

522363215 avatar 522363215 commented on August 17, 2024

我也遇到这个问题,你解决了吗?

from toutiao.

522363215 avatar 522363215 commented on August 17, 2024

001

glide 依赖项修改为:
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
api "com.github.bumptech.glide:glide:4.2.0"

from toutiao.

jinjinv587 avatar jinjinv587 commented on August 17, 2024

我也遇到这个了啊,按照@522363215说的,能运行但是glide用不了啊,直接闪退,哎,服了

from toutiao.

qzqs avatar qzqs commented on August 17, 2024

我也是遇到这个问题,有人能解决么?

from toutiao.

eaglecxs avatar eaglecxs commented on August 17, 2024

修改UIKit 中的Gradle 为
//Android Support
api "com.android.support:support-v4:27.1.1"
api "com.android.support:appcompat-v7:27.1.1"
api "com.android.support:recyclerview-v7:27.1.1"
api "com.android.support:design:27.1.1"

//glide
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
api "com.github.bumptech.glide:glide:4.2.0"

from toutiao.

ArjenDavid-sjtu avatar ArjenDavid-sjtu commented on August 17, 2024

微信图片_20210302112445
闪退问题的解决方法:在 @eaglecxs 回答的基础上,将app:gradle文件中butterknife的依赖添加一项
annotationProcessor 'com.jakewharton:butterknife:7.0.1'

from toutiao.

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.