I am trying to update an apk file programmatically, But due to versionCode & versionName, its not installing. Can any one please guide me to update the apk file prograammatically such that I can able to install apk programmatically. I followed the steps mentioned at Android: install .apk programmatically
Asked
Active
Viewed 530 times
0
-
Its not installing? what error does it give? – Lalit Poptani Feb 14 '12 at 05:45
1 Answers
0
Finally I got the solution for the above issue:
android:versionName — A string value that represents the release version of the application code, as it should be shown to users.
The value is a string so that you can describe the application version as a .. string, or as any other type of absolute or relative version identifier.

Jameskittu
- 598
- 2
- 8
- 17