简体   繁体   English

为什么.apk文件未下载到某些移动设备?

[英]Why .apk file is not downloading to some mobile devices?

I have uploaded an apk file to my web page and by typing a URL like www.example.com/mobile/example.apk in mobile browser, it is downloading to some mobile but in some mobile the "Unsuccessful Download" message is displayed. 我已将一个apk文件上传到我的网页,并在移动浏览器中键入www.example.com/mobile/example.apk之类的URL,它正在下载到某些移动设备,但在某些移动设备中,显示“下载失败”消息。

It is successfully downloaded to HTC desire x and Samsung Galaxy Grand duos but not for others, like Samsung Galaxy Y, Samsung S3 etc. 它已成功下载到HTC Desire X和Samsung Galaxy Grand Duos,但未成功下载到其他设备,例如Samsung Galaxy Y,Samsung S3等。

Please help to solve this issue as I don't know whether it is .apk uploading problem on webpage, which means on server side, or in my android code. 请帮助解决此问题,因为我不知道它是否是网页上的.apk上传问题,这意味着是服务器端还是我的android代码。 Does android:installLocation="auto" make in difference in this? android:installLocation =“ auto”在这方面有区别吗?

Don't give .apk file directly to user it will occur error for lower end devices, Give apk file in a compressed .zip file. 不要将.apk文件直接提供给用户,低端设备会发生错误,请以压缩的.zip文件形式提供apk文件。 It will avoid these type of errors. 它将避免这些类型的错误。 It is one the secure way to deliver data. 这是一种安全的数据传输方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 apk无法在某些设备上运行 - apk fails to run on some devices 为什么在某些移动设备中此站点缩小到左侧,而在其他设备中却不缩小? - Why is this site shrinked to the left in some mobile devices and not in others? 为什么此共享图像不能仅在某些移动设备上使用? - Why this share images not work with all mobile devices only some? Android:某些设备在下载和存储文件时,file.exists返回始终为false - Android: file.exists return always false in downloading and storing a file is some devices 为什么应用程序包中的 apk 在某些设备上没有启动器图标 - Why apk from app bundle doesn't have launcher icon on some devices 与android studio共享的APK在某些设备中无法正常工作 - Apk shared with android studio not working in some devices 无法在某些关闭的Genymotion设备上运行.apk - Unable to run .apk on some off Genymotion devices Android:不是文件 URI:在下载 .apk 文件时 - Android: Not a file URI: while downloading .apk file 为什么下载后无法安装.apk - Why cannot I install an .apk after downloading it 已签名的APK,在某些设备中“未安装应用”以及在某些设备中,相同的apk正常运行 - Signed APK, “App not installed” in some devices, and in some devices same apk is working fine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM