You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
`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.
Execution failed for task ':compileReleaseJavaWithJavac'.
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.`
The text was updated successfully, but these errors were encountered: