Qihoo360 / ArgusAPM

Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
Apache License 2.0
2.68k stars 425 forks source link

transformClassesWithDexForDebug #8

Closed dede1314 closed 5 years ago

dede1314 commented 5 years ago

因为为了更加方便debug,不想通过gradle插件的方式引入。 按照下面的方式修改 `apply plugin: 'com.android.application'

//apply from: 'argusapm.gradle' ` ........

dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.squareup.okhttp3:okhttp:3.10.0' compile project (':argus-apm-main') compile project (':argus-apm-okhttp') compile project (':argus-apm-cloud') compile project (':argus-apm-cloud-dummy-impl') compile project (':argus-apm-aop') }

但是现在编译报错,日志如下:

dede1314 commented 5 years ago

暂时注释掉cloud 相关的两个project(argus-apm-cloud,argus-apm-cloud-dummy-impl)。 现在可以运行,功能应该缺失....

akathink commented 5 years ago

Hi, @dede1314 ,如果想要通过源码的方式接入,请参考:FAQ 第十条