-2

Is it possible to update android apk files saved on sdcard but are not installed. any application or any method if it is possible.

Edit
I just want upgrade the version of these files because in playstore only installed files can be upgraded.

bummi
  • 168
  • 2
  • 5
  • 12
  • "Is it possible to update android apk files saved on sdcard but are not installed" -- what are you attempting to update if the app is not installed? Are you talking about modding? What is your final goal? – Firelord Jan 23 '16 at 08:33
  • possible duplicate of Is it possible or not?. I find the current question beyond salvation so I recommend this be deleted than be marked as duplicate. – Firelord Jan 23 '16 at 13:08

1 Answers1

1

An .apk file already contains a certain version of an application. You can't update it since updating already means installation of a higher version .apk.

SarpSTA
  • 2,682
  • 5
  • 19
  • 36