eleme / Amigo

A hotfix library for Android platform, and not just this...
Other
1.37k stars 213 forks source link

依赖都添加了,可是就是找不到类 #251

Closed franos closed 7 years ago

franos commented 7 years ago

screenshot from 2017-07-18 15-59-40

screenshot from 2017-07-18 16-00-41 screenshot from 2017-07-18 16-00-55

求助!!!

JackCho commented 7 years ago

检查下依赖

apply plugin: 'me.ele.amigo'

android {
...
}

dependencies {
    ...
    compile 'me.ele:amigo-lib:0.6.7'
}
franos commented 7 years ago

多谢回答!改用这一句就OK了,为什么不能直接依赖工程呢

panhs commented 7 years ago

@franos 我和你一样, 但是找不到A.java类 注释掉可以正常跑了