Android Question How to execute apk file?

PrayudiPramono

Member
Licensed User
I want to download a file (apk) from my server, and then execute it right away.
I can download it using "download service" example that you share, but i can't figure out how to execute the file. Thank you
 

dagnabitboy

Active Member
Licensed User
Longtime User
In my experience every phone or tablet is a little different. Currently this works on my devices:
1. download the apk.
2. using your devices file manager app, navigate to the download folder. You should see the apk you just downloaded.
3. tap on it and an option to open it or install it should come up. (you will have to allow third party apps to be installed in your device's settings menu)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
See AppUpdating Class source....
 
Upvote 0
Top