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

Build failed with 3.0.1 version #31

Open
vodemn opened this issue Mar 8, 2021 · 0 comments
Open

Build failed with 3.0.1 version #31

vodemn opened this issue Mar 8, 2021 · 0 comments

Comments

@vodemn
Copy link

vodemn commented Mar 8, 2021

`C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:22: error: cannot find symbol
import androidx.annotation.NonNull;
^
symbol: class NonNull
location: package androidx.annotation
C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:107: error: cannot find symbol
public void onAttachedToEngine(@nonnull FlutterPluginBinding binding) {
^
symbol: class NonNull
location: class LaunchReviewPlugin
C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:112: error: cannot find symbol
public void onDetachedFromEngine(@nonnull FlutterPluginBinding binding) {
^
symbol: class NonNull
location: class LaunchReviewPlugin
C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:117: error: cannot find symbol
public void onAttachedToActivity(@nonnull ActivityPluginBinding binding) {
^
symbol: class NonNull
location: class LaunchReviewPlugin
C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:127: error: cannot find symbol
public void onReattachedToActivityForConfigChanges(@nonnull ActivityPluginBinding binding) {
^
symbol: class NonNull
location: class LaunchReviewPlugin
Note: C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
5 errors

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s

The plugin launch_review could not be built due to the issue above.`

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