让APK 成功在 Windows 运行并可以设置本地文件

让APK 成功在 Windows 运行并可以设置本地文件

  1. 安装 ARC Welder。
  2. 启动 ARC Welder 后选反apk 文件,下载 zip。
  3. 将 zip 解压修改 manifest.json

    {"fileSystem": ["write"]}, 改为 {"fileSystem": ["write", "retainEntries", "directory"]},
    "enableExternalDirectory": false, 改为 true

  4. 打开 Chrome 扩展开发模式,加载刚刚解压的目录。
  5. 成功

参考链接:
https://www.iplaysoft.com/arc-welder.html
http://tieba.baidu.com/p/4505213669

原文地址:https://www.cnblogs.com/F4NNIU/p/chrome-apk-launch.html