vote up 0 vote down star

Im running my android application and downloaded a new version of the "same" application. (E.g on /sdcard/application_v2.apk).

After the download has finished the application is supposed to upgrade "itself". I.e something like this (pseudo):

  1. install the new .apk-file
  2. delete the old installation.
  3. restart

Im not sure how I do the upgrading part (step 1-3).

flag

1 Answer

vote up 1 vote down check

If you downloaded an apk file from the internet and not from the market, than it is not supposed to install or upgrade itself automatically. Using the android market install the application "AppsInstaller" that allows you to install apps from apk files stored in the root of the sdcard (/sdcard).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.