从eclipse你的project的bin folder下复制apk file到web site,然后提供一条link给user下载。
注意:如果user在device browser点该link显示"404 page not found",表示web server不认识apk mime type,你需要在你的web server添加一个mime type for apk with following info.
File name extension: .apk
MIME type: application/vnd.android.package-archive
重启web server即可。
Note: Before installation, user must navigate to Menu -> Settings -> Applications and check the box marked “Unknown Sources“
下载了apk后,click it to install app.
本文介绍了如何从Eclipse项目的bin文件夹中复制APK文件到网站,并为用户提供下载链接的方法。此外,还提供了如何解决设备浏览器点击下载链接时出现404错误的问题,包括设置web服务器识别APK文件的MIME类型及用户安装前的必要设置。
5469

被折叠的 条评论
为什么被折叠?



