jasonross / Nuwa

Nuwa, pure java implementation, can hotfix your android application.
2.96k stars 575 forks source link

Gradle编译问题 #26

Open WPCWEG opened 8 years ago

WPCWEG commented 8 years ago

在build.gradle

设置 multiDexEnabled false Nuwa编译不通过报错app:nuwaClassBeforeDexDebug FAILED

设置multiDexEnabled true Nuwa编译通过,但是项目运行报错 ClassNotFoundException: Didn't find class "cn.jiajixin.nuwa.Hack" on path: DexPathList

kexuejin commented 8 years ago

不支持gradle 2.0+的编译