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.
我想将 .apk 文件分发给 beta 测试人员列表。我在我的 Apache 驱动的 Web 服务器上上传并修改了 .htaccess:
AddType application/vnd.android.package-archive .apk
从 Windows+Firefox 下载时,文件按预期下载。从 Android 设备 + Chrome 下载时,文件被重命名为 .bin。
出了什么问题?