HujiangTechnology / gradle_plugin_android_aspectjx

A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file.
Apache License 2.0
3.95k stars 570 forks source link

gradle同步失败 #220

Open hongpp opened 5 years ago

hongpp commented 5 years ago

项目的build.gradle里面添加classpath 'com.github.franticn:gradle_plugin_android_aspectjx:2.0.6' 但是同步失败,最后拉了demo,添加的这个:classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.4'

才同步成功

gengqifu commented 5 years ago

我也是2.0.6老同步失败

hongpp commented 5 years ago

你把他提供的demo拉下来,他build.gradlew里面添加的依赖,和git上面提供依赖的地址是不同的,我换成classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.6',就可以编译了,同时添加的aspectj依赖版本为1.9.4 implementation 'org.aspectj:aspectjrt:1.9.4'

Leo78ing commented 5 years ago

thanks