make proper OTA update ZIP installer
- Device OS and version: cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J3-jfltexx
- Device model/manufacturer: Samsung Galaxy S4 (International LTE)
- F-Droid version (in the About screen): 0.102.1
What did you do? (clear steps if possible)
Open F-Droid, select org.fdroid.fdroid.privileged.ota, click "install".
What did you expect to see?
Download of the "Over-The-Air" (OTA) update zip file.
What did you see instead?
After the download finished, I got this error message in logcat:
04-11 11:01:23.363 8980 23356 E Installer: Parsing apk file failed!Maybe minSdk of apk is lower than current Sdk?Look into logcat for more specific warnings of Android's PackageParser
04-11 11:01:23.363 8980 23356 E Installer: org.fdroid.fdroid.installer.ApkVerifier$ApkVerificationException: Parsing apk file failed!Maybe minSdk of apk is lower than current Sdk?Look into logcat for more specific warnings of Android's PackageParser
04-11 11:01:23.363 8980 23356 E Installer: at org.fdroid.fdroid.installer.ApkVerifier.verifyApk(ApkVerifier.java:69)
04-11 11:01:23.363 8980 23356 E Installer: at org.fdroid.fdroid.installer.Installer.installPackage(Installer.java:234)
04-11 11:01:23.363 8980 23356 E Installer: at org.fdroid.fdroid.installer.InstallerService.onHandleIntent(InstallerService.java:77)
04-11 11:01:23.363 8980 23356 E Installer: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
04-11 11:01:23.363 8980 23356 E Installer: at android.os.Handler.dispatchMessage(Handler.java:102)
04-11 11:01:23.363 8980 23356 E Installer: at android.os.Looper.loop(Looper.java:148)
04-11 11:01:23.363 8980 23356 E Installer: at android.os.HandlerThread.run(HandlerThread.java:61)
04-11 11:01:23.381 8980 8980 E AppDetails: install aborted with errorMessage: Parsing apk file failed!Maybe minSdk of apk is lower than current Sdk?Look into logcat for more specific warnings of Android's PackageParser