主要因權(quán)限問題引起,配置權(quán)限: <uses-permission android:name="android.permission.INTERNET"/>
指定文件路徑下查看文件:
debug模式:
android/app/src/debug/AndroidManifest.xml
release模式需要配置:
android/app/src/profile/AndroidManifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cystudio.cayj_cystudio">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>