illogical-robot / apkmirror-public

APKMirror.com bugs
http://www.apkmirror.com
100 stars 32 forks source link

error while reading apk file data with iceweasle fenix fork #142

Closed TheW0LVERIN3 closed 3 years ago

TheW0LVERIN3 commented 3 years ago

Expected behavior

It should just install the apk: https://github.com/interfect/fenix/releases

Actual behavior

It gives an error: eror ocurred while reading apk file data. Installing the apk without the app does work, so it is a problem with the app.

Steps to reproduce the problem

Try installing the apk linked above with the apkmirror app. I am running the latest play store version. Screenshot_20200811-132108

TheW0LVERIN3 commented 3 years ago

I gave a samsung a5 2016 european version running android 7.

archon810 commented 3 years ago

@interfect The reason this is happening is because android:versionName is blank. Is there a reason it's not being set in these builds?

interfect commented 3 years ago

It's because I didn't know I had to do anything to set it. Apparently with the build system I'm using it needs to be done manually.

I can set it for the next release.