flutter_install_plugin icon indicating copy to clipboard operation
flutter_install_plugin copied to clipboard

install error

Open 5115191 opened this issue 3 years ago • 3 comments

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)

上下两个路径不一致,是什么原因?

5115191 avatar Apr 13 '21 09:04 5115191

activity重启后他的参数就没了 有些机型上会有这个问题 只能自己改改

tion126 avatar Apr 15 '21 08:04 tion126

小米MIUI12.5出现同样错误

0x10000 avatar May 17 '21 09:05 0x10000

小米MIUI12.5出现同样错误

后开用getExternalStorageDirectory()解决了,之前用的是getApplicationDocumentsDirectory()

5115191 avatar May 17 '21 09:05 5115191