-
Cannot cast object 'com.android.build.gradle.internal.pipeline.TransformTask$2$1@68b452eb' with class 'com.android.build.gradle.internal.pipeline.TransformTask$2$1' to class 'com.android.build.gradle.…
-
完全按照文档的步骤去配置的 ,无法插桩成功怎么回事? 我用的另一种方法确可以
配置贴一下 :
**1、根目录build.gradle**
`buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath "com.…
-
不应该是这个吗classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.6'
-
![报错截图](https://user-images.githubusercontent.com/17870150/60511269-1e94a980-9d04-11e9-9559-51e67410c0fe.jpg)
tinze updated
5 years ago
-
版本:
classpath 'com.android.tools.build:gradle:3.2.1'
gradle 4.9
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.8'
在项目中添加后找不到transformClassesWithAjxXXXXXX的任务,导致无法生效,但是加上hugo一起,d…
-
Hello @leolin310148 ,
I have a wrong test coverage when using this plugin version 1.0.7
In my project I have :
- Android Annotation
- Multiple flavors
I cannot say why, but switching to https://gi…
-
加入依赖到项目里面,只要app的build.gradle里面添加apply plugin: 'android-aspectjx'
编译就报错啊,
`Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'javaCompileProvider' for object of type…
-
error: resource style/Theme.AppCompat.NoActionBar (aka com.chaozh.iReader:style/Theme.AppCompat.NoActionBar) not found.
error: resource style/Widget.AppCompat.Light.ActionBar.Solid (aka com.chaozh.iR…
-
I've followed the sample code, and downloaded it too, but `onEventTracked` is never called.
The way I found it to work is to use `tracklytics.trackEvent (String eventName, Map Attributes)`, but did …
-
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.2-2.0.8'
org.aspectj:aspectjrt:1.8.9-1.9.4
经测试支持multidex并不友好,无法把指定的类打入主dex,包括application类等。应用一启动
…