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
Current behavior: The app is not building and it's showing an error.
Stacktrace/Logcat
Launching lib/main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:processDebugResources'.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Android resource linking failed
/home/user/development/example_app/build/flutter_inappwebview/intermediates/library_manifest/debug/AndroidManifest.xml:7:5-11:15: AAPT: error: unexpected element found in .
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 11s
The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility.
✏️ Creating android/settings_aar.gradle...
✓ android/settings_aar.gradle created successfully.
Building plugin flutter_inappwebview...
Running Gradle task 'assembleAarRelease'...
What went wrong:
A problem occurred evaluating root project 'flutter_inappwebview'.
Failed to apply plugin [id 'com.android.internal.version-check']
Minimum supported Gradle version is 5.6.4. Current version is 5.6.2. If using the gradle wrapper, try editing the distributionUrl in /home/arturo/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.1.0+4/android/gradle/wrapper/gradle-wrapper.properties to gradle-5.6.4-all.zip
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.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Environment
Description
Expected behavior: The app should build.
Current behavior: The app is not building and it's showing an error.
Stacktrace/Logcat
Launching lib/main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugResources'.
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 11s
The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility.
✏️ Creating
android/settings_aar.gradle
...✓
android/settings_aar.gradle
created successfully.Building plugin flutter_inappwebview...
Running Gradle task 'assembleAarRelease'...
FAILURE: Build failed with an exception.
Where:
Build file '/home/user/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.1.0+4/android/build.gradle' line: 22
What went wrong:
A problem occurred evaluating root project 'flutter_inappwebview'.
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 362ms
Exception: The plugin flutter_inappwebview could not be built due to the issue above.
The text was updated successfully, but these errors were encountered: