Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将 USB 驱动器插入 pc 时,我将 android x86 froyo 作为 live cd,它被检测为 sdcard。我想知道如何将 .apk 应用程序安装到 /sdcard/
将您的手机置于大容量存储模式 - 将 .apk 复制到 SDCard。然后使用文件浏览器应用程序导航到 SDCard,找到 .apk 并从那里安装。
我找到了这个现在想要分享的答案,将 .apk 包放入 USB 驱动器中,它将在 androidx86 中检测为 sdcard,按 ALT+F1 将带您从哪个 mv .apk 到 /system/apps 的控制台,然后发出 chown 1000 :1000 个应用程序,将为您启用此应用程序。