Open momtboy opened 4 years ago
<provider android:name="androidx.core.content.FileProvider" android:authorities="com.example.eoms_app.fileprovider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" tools:replace="android:resource" android:resource="@xml/file_paths" /> </provider>
修改AndroidManifest.xml内的<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="cn.bohaisoft.demo">
flutterSDK: 1.19.0-4.3.pre
`FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':app:generateDebugBuildConfig'.
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 8s Exception: Gradle task assembleDebug failed with exit code 1 `