嗨,我在Google Pixel 3a xl上下载了一个房间文件,它留下了与游戏名称的.apk文件。我现在无法删除该文件,当我尝试它时只有一个弹出,说'无法删除1个文件'。如果有人可以提出建议,因为我担心拥有这个文件。谢谢
嗨,我在Google Pixel 3a xl上下载了一个房间文件,它留下了与游戏名称的.apk文件。我现在无法删除该文件,当我尝试它时只有一个弹出,说'无法删除1个文件'。如果有人可以提出建议,因为我担心拥有这个文件。谢谢
Hi, I downloaded a room file on my Google pixel 3a XL and it left behind a .apk file with the name of the game. I am now unable to delete the file and when I try to it just has a pop up saying ' couldn't delete 1 file'. If someone could please advise as I'm worries about having this file. Thanks
您可以尝试重新启动手机并删除文件。它可能是运行的应用程序或服务具有开放的文件句柄,不会让您为该原因删除它。
也许可能会删除该文件只需刷新您的应用程序,即需要刷新您的应用程序。它无法删除不存在的文件。
您也可以使用 totalommander 删除文件。
如果这不起作用,您可以始终将手机插入计算机并使用adb。
adb shell rm "/storage/emulated/0/Download/Mario Party 7.apk"
(用实际文件路径替换/存储/仿真/ 0/下载)
You could try rebooting your phone and deleting the file. Its possible that a running app or service has that file handle open and won't let you delete it for that reason.
Its also possible that maybe the file is already deleted its just your app that your using to view the file needs to be refreshed. It can't delete a file that doesn't exist.
You could also use TotalCommander to delete the file.
If that doesn't work, you can always plug your phone up to your computer and use adb.
adb shell rm "/storage/emulated/0/Download/Mario Party 7.apk"
(replace /storage/emulated/0/Download with actual file path)
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有