fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 932 forks source link

Execution failed for task ':app:processDebugManifest' #726

Closed shafi49 closed 4 years ago

shafi49 commented 4 years ago

When building this example The Complete WebView in Flutter on my own machine I get this error message:

_D:\Programmer\flutterProjects\webview_flutter\android\app\src\debug\AndroidManifest.xml:22:18-91 Error: Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:9:5-32:19 to override.

FAILURE: Build failed with an exception.