Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cause: element == null #39

Open
czl0325 opened this issue Jul 4, 2019 · 6 comments
Open

Cause: element == null #39

czl0325 opened this issue Jul 4, 2019 · 6 comments

Comments

@czl0325
Copy link

czl0325 commented Jul 4, 2019

image

项目同步成功了,build也成功了,但是点真机运行出现这个?

@522363215
Copy link

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

@522363215
Copy link

001

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

@jinjinv587
Copy link

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

@qzqs
Copy link

qzqs commented Mar 30, 2020

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

@eaglecxs
Copy link

eaglecxs commented Feb 9, 2021

修改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"

@ArjenDavid-sjtu
Copy link

ArjenDavid-sjtu commented Mar 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants