开发者

Can't install an app downloaded from the internet

开发者 https://www.devze.com 2023-04-11 18:45 出处:网络
I am having problems publishing my application through the internet. I have an application built to 1.6 or latter android system, I have published a link accessible by the mobile browser to let users

I am having problems publishing my application through the internet.

I have an application built to 1.6 or latter android system, I have published a link accessible by the mobile browser to let users download the application and install it on their phone.

The download goes with no problems in all of the devices I have tested but in 2.1 devices or lower I can t install the app and a warning message is given to me: "Application is not installed".

I google for a while at in the end I have found the proble开发者_JAVA技巧m: You can t install an application from the sdcard until version 2.2

I don t know how to get over this problem, I would really want to give users the opportunity to download the app from my web to all devices. Any advice?


There is an app that you can install and then install an apk from sdcard. The app is called apkInstaller. Another way to install an apk is using adb command for those ones that have installed.


Did you check in the manifest file the minVersion, minSdk, api-version fields ?

http://developer.android.com/guide/practices/compatibility.html


Include the android:installLocation attribute with a value of "auto" or "preferExternal" in the element.

Refer this:http://developer.android.com/guide/appendix/install-location.html

Cheers!!!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号