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
Launching lib/main.dart on some_emulator in debug mode...
Running Gradle task 'assembleDebug'...
/home/something/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:18: error: package com.example.flutterkhalti does not exist
com.example.flutterkhalti.FlutterKhaltiPlugin.registerWith(shimPluginRegistry.registrarFor("com.example.flutterkhalti.FlutterKhaltiPlugin"));
^
1 error
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
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.
BUILD FAILED in 27s
Exception: Gradle task assembleDebug failed with exit code 1
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 2.2.0-10.3.pre, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2020.3)
[✓] VS Code (version 1.56.2)
[✓] Connected device (2 available)
• No issues found!
The text was updated successfully, but these errors were encountered:
Launching lib/main.dart on some_emulator in debug mode...
Running Gradle task 'assembleDebug'...
/home/something/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:18: error: package com.example.flutterkhalti does not exist
com.example.flutterkhalti.FlutterKhaltiPlugin.registerWith(shimPluginRegistry.registrarFor("com.example.flutterkhalti.FlutterKhaltiPlugin"));
^
1 error
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileDebugJavaWithJavac'.
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 27s
Exception: Gradle task assembleDebug failed with exit code 1
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 2.2.0-10.3.pre, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2020.3)
[✓] VS Code (version 1.56.2)
[✓] Connected device (2 available)
• No issues found!
The text was updated successfully, but these errors were encountered: