0

I tried installing new version (2.0) of the my app when the previous APP (1.0) is installed. But it fails to get updated. The new version gets installed when the previous version is not installed.

2 Answers2

0

I think you installed your previous app with unsigned apk or without instant run feature, and new app with signed apk or with instant run feature. Check it. Instant run sometimes not make correct apk so Goto Build->Build APK and make apk and install it again.

0

when you install the new version of the app the problem should be,

  1. old and new app have different Signed Certificate
  2. New APK have small version code then installed

See this link to Know more Error Creating Image File

Diwan Dhanvani
  • 291
  • 1
  • 3
  • 10