简体   繁体   English

在真实设备上安装我的项目 apk 失败(android 10)

[英]Installing my projects apk fail on real device (android 10)

I'm trying to install my projects apk file on my phone but it fails with an error - Cannot open file.我正在尝试在手机上安装我的项目 apk 文件,但失败并显示错误 - 无法打开文件。

  • Install apks from unknown source is turned on .安装来自未知来源的 apk 已打开
  • The app I'm using (Total commander and Dropbox) has permission to install apps.我正在使用的应用程序(Total Commander 和 Dropbox)具有安装应用程序的权限
  • Play protect is turned off .播放保护已关闭

Apk installs just fine on the emulator. Apk 在模拟器上安装得很好。

Phone:电话:

  • Samsung S10+ with Android 10搭载 Android 10 的三星 S10+
  • Pixel 2xl with Android 10搭载 Android 10 的 Pixel 2xl

I've found one suggestion to clean Google Play cache but that didn't help.我找到了一项清理 Google Play 缓存的建议,但这没有帮助。

What could be causing this?什么可能导致这种情况? Thank you.谢谢你。

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Okay after a few days of googling and trying different things I've finally found how to do this.好吧,经过几天的谷歌搜索和尝试不同的事情,我终于找到了如何做到这一点。

This happens because the app installer on Android 10 was updated and cannot access files on /storage/emulated/0 any more.发生这种情况是因为 Android 10 上的应用安装程序已更新,无法再访问 /storage/emulated/0 上的文件。

App installer accepts only content:links now.应用安装程序现在只接受内容:链接。

Apps like Total Commander and Dropbox use real directories like /storage/emulared/0 and pass "file:" links to the app installer.像 Total Commander 和 Dropbox 这样的应用程序使用像 /storage/emulared/0 这样的真实目录,并将“文件:”链接传递给应用程序安装程序。 That's why it doesn't work.这就是它不起作用的原因。

The solution was to install beta version of Total Commander now also sends "content:" urls.解决方案是安装测试版 Total Commander 现在也发送“内容:”网址。 It can be found here: https://play.google.com/apps/testing/com.ghisler.android.TotalCommander可以在这里找到: https : //play.google.com/apps/testing/com.ghisler.android.TotalCommander

For more details see here - https://www.ghisler.ch/board/viewtopic.php?f=22&t=54040有关更多详细信息,请参见此处 - https://www.ghisler.ch/board/viewtopic.php?f=22&t=54040

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM