hui-z / flutter_install_plugin

A flutter plugin for install apk for android; and using url to go to app store for iOS.
MIT License
96 stars 105 forks source link

install error #49

Closed 5115191 closed 8 months ago

5115191 commented 3 years ago

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)

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

tion126 commented 3 years ago

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

0x10000 commented 3 years ago

小米MIUI12.5出现同样错误

5115191 commented 3 years ago

小米MIUI12.5出现同样错误

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