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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
I get the following error after trying to build. Version min sdk version is 22.
Launching lib/main.dart on sdk gphone x86 64 arm64 in debug mode...
lib/main.dart:1
e: /Users/khadim/.pub-cache/hosted/pub.dartlang.org/flutter_package_manager-0.2.0/android/src/main/kotlin/dev/wurikiji/flutter_package_manager/FlutterPackageManagerPlugin.kt: (85, 76): Type mismatch: inferred type is ApplicationInfo? but ApplicationInfo was expected
e: /Users/khadim/.pub-cache/hosted/pub.dartlang.org/flutter_package_manager-0.2.0/android/src/main/kotlin/dev/wurikiji/flutter_package_manager/FlutterPackageManagerPlugin.kt: (86, 76): Type mismatch: inferred type is String? but String was expected
e: /Users/khadim/.pub-cache/hosted/pub.dartlang.org/flutter_package_manager-0.2.0/android/src/main/kotlin/dev/wurikiji/flutter_package_manager/FlutterPackageManagerPlugin.kt: (86, 101): Type mismatch: inferred type is Drawable? but Drawable was expected
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':flutter_package_manager:compileDebugKotlin'.
> Compilation error. See log for more 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 1s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get the following error after trying to build. Version min sdk version is 22.
The text was updated successfully, but these errors were encountered: