0

My Android app update gives the error message "App not installed" on Marshmallow while it works fine in a previous version. I am using a signed APK to update both the older app & the new app.

I am getting this error in the log when I update the app on Android One device(marshmallow)

02-03 11:24:56.025 138-151/? E/Vold: Error creating imagefile (Permission denied)
02-03 11:24:56.025 138-151/? E/Vold: ASEC image file creation failed (Permission denied)
02-03 11:24:56.025 138-151/? W/Vold: Returning OperationFailed - no handler for errno 13
02-03 11:24:56.025 557-607/? D/VoldConnector: RCV <- {400 92 asec operation failed (Permission denied)}
02-03 11:24:56.026 21687-21699/? E/PackageHelper: Failed to create secure container smdl870766772.tmp
02-03 11:24:56.027 21687-21699/? W/DefContainer: Failed to copy package at /storage/emulated/0/KAHMobile-release.apk
                                                 java.io.IOException: Failed to create container smdl870766772.tmp
                                                     at com.android.defcontainer.DefaultContainerService.copyPackageToContainerInner(DefaultContainerService.java:326)
                                                     at com.android.defcontainer.DefaultContainerService.-wrap1(DefaultContainerService.java)
                                                     at com.android.defcontainer.DefaultContainerService$1.copyPackageToContainer(DefaultContainerService.java:108)
                                                     at com.android.internal.app.IMediaContainerService$Stub.onTransact(IMediaContainerService.java:60)
                                                     at android.os.Binder.execTransact(Binder.java:453)
ilomambo
  • 8,290
  • 12
  • 57
  • 106
Divyang Panchal
  • 1,889
  • 1
  • 19
  • 27

2 Answers2

3

installed on device & NEW APP APK have below possibility

  1. both have different Signed Certificate

  2. New App APK have small version code then installed

Dhaval Parmar
  • 18,812
  • 8
  • 82
  • 177
-1

Your apps had to be uninstall and install back again.may be your app running again.but app are not running then please call marshmallow developer.

  • 2
    i can't uninstall older app. i need to give update to users from play store as i will use same older database with new app – Divyang Panchal Feb 03 '16 at 05:19
  • 2
    @Jigs Ramani - What do you mean by "call marshmallow developer". Do you have any number of them ? – Jigar Feb 03 '16 at 05:26