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
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:processDebugManifest'.
> Failed to query the value of task ':app:processDebugManifest' property 'mainMergedManifest'.
> Could not create task ':app:processDebugMainManifest'.
> java.lang.NullPointerException (no error message)
* 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
To Reproduce
Steps to reproduce the behavior:
Clone this repo
flutter pub get
Fix the android embedding errors
flutter run
Expected behavior
App is supposed to work out of the box
The text was updated successfully, but these errors were encountered:
App giving error while building with gradle
To Reproduce
Steps to reproduce the behavior:
flutter pub get
flutter run
Expected behavior
App is supposed to work out of the box
The text was updated successfully, but these errors were encountered: