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

[Gradle issue] #92

Open
bumptechlab opened this issue Apr 21, 2023 · 1 comment
Open

[Gradle issue] #92

bumptechlab opened this issue Apr 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bumptechlab
Copy link

AabResGuard 0.1.8 在AGP 7.2.0上运行报错是什么问题啊?

是AabResGuardTask的aabResGuard字段要加入annotation吗?

Some problems were found with the configuration of task ':app:aabresguardGooglePlayFirebaseRelease' (type 'AabResGuardTask').

  • In plugin 'com.bytedance.android.aabResGuard' type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'aabResGuard' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.
    2. Mark it as @internal.

    Please refer to https://docs.gradle.org/7.3.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'com.bytedance.android.aabResGuard' type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'obfuscatedBundlePath' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.
    2. Mark it as @internal.

    Please refer to https://docs.gradle.org/7.3.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'com.bytedance.android.aabResGuard' type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'signingConfig' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.
    2. Mark it as @internal.

    Please refer to https://docs.gradle.org/7.3.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

@bumptechlab bumptechlab added the bug Something isn't working label Apr 21, 2023
@mosentest
Copy link

??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants