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

can't determine superclass of missing type xxx #46

Closed
haofei91 opened this issue Jul 25, 2017 · 1 comment
Closed

can't determine superclass of missing type xxx #46

haofei91 opened this issue Jul 25, 2017 · 1 comment

Comments

@haofei91
Copy link

`Error:Execution failed for task ':app:transformClassesWithAspectTransformForDevDebug'.

can't determine superclass of missing type android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
when weaving type android.support.v4.hardware.fingerprint.FingerprintManagerCompatApi23$1
when weaving classes
when weaving
when batch building BuildConfig[null] #Files=0 AopXmls=#0
[Xlint:cantFindType]`

我的目录结构最开始为:
---app
---aspjx1
其中app中也有切面编程的东西,此时打包是正常的

我就想把app中的切面编程移除来,变成:
---app
---aspjx1
---aspjx2
然后就报上述错误了

@firefly1126
Copy link
Contributor

如果你想将切面代码放在独立的module里,请参考AspectJX-Demo的做法

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

2 participants