-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifest merger failed #9
Comments
@Amrokh, you need to add the suggestion to Here's mine: <provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.flutter_inappwebview.fileprovider"
tools:replace="android:authorities"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider> Don't forget to add |
Should I add this in my android>app>src>main>AndroidManifest.xml ? as I've done that and still doesnt work. |
@aiman5252 Should I add this in my android>app>src>main>AndroidManifest.xml ? or where ? as I've done that and still doesnt work. |
as I've done that and still doesnt work. |
@miguelflores1993 please refer this #19 (comment) |
Execution failed for task ':app:processReleaseMainManifest'.
The text was updated successfully, but these errors were encountered: