-
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类等。应用一启动
…
-
Aspect with AndroidAnnotations annotation @EBean will Cause: zip file is empty error
@EBean
@Aspect
@Slf4j
public class AspectTest
{
@Bean(NetworkServiceImpl.class)
NetworkService…
-
ClassNotFoundException: Didn't find class "com.dean.browser.BaseApplication" on path: DexPathList[[zip file "/data/app/com.dean.browser-1/base.apk"],nativeLibraryDirectories=[/data/app/com.dean.browse…
-
classpath 'com.android.tools.build:gradle:3.6.3'
啥时候能修复下这个问题
-
i use :4.0.1,then hit the problem:
---- Compiler Messages ---
abort ABORT -- (BCException) Whilst processing type 'Lcom/tencent/qqmusic/business/live/scene/electric/controller/PutooElectricMoreCon…
-
Caused by: java.lang.ClassNotFoundException: Didn't find class "io.starteos.application.base.WalletApplication" on path: DexPathList[[zip file "/data/app/io.starteos.application-sbVKnIa8qjwqiVDhsY2N…
-
其实也就是使用这个后,组件化失效。。。。
-
引入之后运行出现
”Cannot cast object 'com.android.build.gradle.internal.pipeline.TransformTask$2$1@4436acbe' with class 'com.android.build.gradle.internal.pipeline.TransformTask$2$1' to class 'com.android.bu…
-
1.首先一定要有自己fork修改的能力!!!
2.多变种构建问题(时长暴增,几个小时都有可能,因为后执行的变种会执行已执行变种的任务,bug)
3.多线程构建问题(aspectjtools多线程运行有问题)
4.测试时候请依赖1000个jar文件来测试(才会更容易暴露问题),因为aspectjtools.jar内的ClasspathJar限定了打开的依赖jar最大个数为1000,超过就会关掉…
-
######版本说明######
1、 api 'org.aspectj:aspectjrt:1.9.5'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
2、classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.…