Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编译报错: com.android.builder.dexing.DexArchiveBuilderException: Failed to process E:\XXX\app\build\intermediates\transforms\argus_apm_asm\debug\137.jar #45

Open
chenguo4930 opened this issue Jun 21, 2019 · 1 comment

Comments

@chenguo4930
Copy link

试了很多方法,比如:
1、android.enableD8=true
2、支持java8
3、去除bugly
都没有解决。

@chenguo4930
Copy link
Author

通过这种方法解决了问题:

  1. 如果APP在接入的过程中,遇到一些未知的错误,建议如下:

第一步:将classpath 'com.qihoo360.argusapm:argus-apm-gradle:2.0.1.1007'删除;

第二步:删除apply plugin: 'argusapm'

第三步:在APP的build.gradle脚本里添加依赖:

api 'com.qihoo360.argusapm:argus-apm-main:2.0.1.1007'

其他都和插件接入方式一样,这样就可以先不采集AOP相关的一些点,例如网络、WebView等。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant