tags:

views:

45

answers:

2

Hi folks

when user click on url link i want to install apk file from server.

please guide me how to do i searched on net i am not getting corresponding info

Thanks in advance

Aswan

+1  A: 

Installing non-Market Apps on Android Phone

Shay Erlichmen
thankq shay .but i want to install from remote server.can u pl explain detailed
Aswan
This is how, just give the user the link to the remote url clicking it will install the application.
Shay Erlichmen
A: 

You cannot force an APK to be installed...

If it were so anybody could hide viruses or spyware on some servers and when the user clicks a link it automatically gets installed...

Simply put the apk-file you want to install on your server and let the hyperlink point to it... just like to a zip-archive, movie or other executable file.

The browser simply will download the apk and install it (if the user wants so). The user of course needs to activate non-market apps in his settings... (as described in the link above)

I hope this helps you...

evident