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 problem: 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.