LaoMengFlutter / flutter-do

包含350多个组件用法、组件继承关系图、40多个 loading 组件,App升级、验证码、弹幕、音乐字幕 4个插件,一个小而全完整的App项目。
http://laomengit.com/
Apache License 2.0
2.64k stars 542 forks source link

运行报错! #28

Open momtboy opened 4 years ago

momtboy commented 4 years ago

flutterSDK: 1.19.0-4.3.pre

`FAILURE: Build failed with an exception.

BUILD FAILED in 8s Exception: Gradle task assembleDebug failed with exit code 1 `

momtboy commented 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>

hujian1031 commented 4 years ago

修改AndroidManifest.xml内的<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="cn.bohaisoft.demo">