flutter_install_plugin
flutter_install_plugin copied to clipboard
install error
android plugin(24742): installApk /data/user/0/com.example/apk/example.apk com.example
install apk error: PlatformException(IllegalArgumentException, Failed to find configured root that contains /data/data/com.example/apk/example.apk,null,null)
上下两个路径不一致,是什么原因?
activity重启后他的参数就没了 有些机型上会有这个问题 只能自己改改
小米MIUI12.5出现同样错误
小米MIUI12.5出现同样错误
后开用getExternalStorageDirectory()
解决了,之前用的是getApplicationDocumentsDirectory()