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

编译失败 #32

Open
chachako opened this issue Dec 19, 2019 · 10 comments
Open

编译失败 #32

chachako opened this issue Dec 19, 2019 · 10 comments

Comments

@chachako
Copy link

Android Studio 3.5.3
Gradle 3.5.3

image

@pdog18
Copy link
Contributor

pdog18 commented Dec 22, 2019

看 quickstart ,没有创建配置文件
#24 (comment)

@chachako
Copy link
Author

chachako commented Jan 1, 2020

看 quickstart ,没有创建配置文件
#24 (comment)

当我关闭插桩后
image
编译的 apk 中不含任何 dex

@zhengcx
Copy link
Owner

zhengcx commented Jan 1, 2020

近期解决下这个问题,可以关注一下

@chachako
Copy link
Author

chachako commented Jan 1, 2020

近期解决下这个问题,可以关注一下

traceManConfig.open 的判断应该在 registerTransform 前更合适吧

@abner89
Copy link

abner89 commented Jan 7, 2020

编译失败的问题有解决吗?

@zhangxueping
Copy link

  • What went wrong:
    A problem occurred evaluating project ':movietradebase'.

Failed to apply plugin [id 'cn.cxzheng.asmtraceman']
Extension of type 'AppExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, DefaultArtifactPublicationSet, ReportingExtension, SourceSetContainer, JavaPluginExtension, NamedDomainObjectContainer, LibraryExtension, AutoExtension, RetrolambdaExtension, CheckstyleExtension, FindBugsExtension, PmdExtension, JDependExtension, TraceManConfig]
找不到,一直失败怎么回事

@pdog18
Copy link
Contributor

pdog18 commented Feb 5, 2020

  • What went wrong:
    A problem occurred evaluating project ':movietradebase'.

Failed to apply plugin [id 'cn.cxzheng.asmtraceman']
Extension of type 'AppExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, DefaultArtifactPublicationSet, ReportingExtension, SourceSetContainer, JavaPluginExtension, NamedDomainObjectContainer, LibraryExtension, AutoExtension, RetrolambdaExtension, CheckstyleExtension, FindBugsExtension, PmdExtension, JDependExtension, TraceManConfig]
找不到,一直失败怎么回事

你的 module 不是 android 的 module ? 在 apply plugin [id 'cn.cxzheng.asmtraceman'] 之前有没有
apply plugin: 'com.android.application' 或者 apply plugin: 'com.android.library'

@pdog18
Copy link
Contributor

pdog18 commented Feb 5, 2020

编译失败的问题有解决吗?
如果是 「编译失败」,有没有看过 #24

@tigerjiang
Copy link

  • What went wrong:
    A problem occurred evaluating project ':movietradebase'.

Failed to apply plugin [id 'cn.cxzheng.asmtraceman']
Extension of type 'AppExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, DefaultArtifactPublicationSet, ReportingExtension, SourceSetContainer, JavaPluginExtension, NamedDomainObjectContainer, LibraryExtension, AutoExtension, RetrolambdaExtension, CheckstyleExtension, FindBugsExtension, PmdExtension, JDependExtension, TraceManConfig]
找不到,一直失败怎么回事

你的 module 不是 android 的 module ? 在 apply plugin [id 'cn.cxzheng.asmtraceman'] 之前有没有
apply plugin: 'com.android.application' 或者 apply plugin: 'com.android.library'

我也遇到这个问题。我的module是 apply plugin: 'com.android.library'

请问有人解决这个编译问题了吗

@Love5209
Copy link

  • What went wrong:
    A problem occurred evaluating project ':movietradebase'.

Failed to apply plugin [id 'cn.cxzheng.asmtraceman']
Extension of type 'AppExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, DefaultArtifactPublicationSet, ReportingExtension, SourceSetContainer, JavaPluginExtension, NamedDomainObjectContainer, LibraryExtension, AutoExtension, RetrolambdaExtension, CheckstyleExtension, FindBugsExtension, PmdExtension, JDependExtension, TraceManConfig]
找不到,一直失败怎么回事

你的 module 不是 android 的 module ? 在 apply plugin [id 'cn.cxzheng.asmtraceman'] 之前有没有
apply plugin: 'com.android.application' 或者 apply plugin: 'com.android.library'

我也遇到这个问题。我的module是 apply plugin: 'com.android.library'

请问有人解决这个编译问题了吗

同样遇到这个问题

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

7 participants