I had this apk that previously was compiled with apk compiler 4.x and had it installed on an old Galaxy 4 tablet (android 5.02), where it ran fine.
Just did a minor update on the program and compiled it with 5.1. Now it complains "this program requires hurl.hwp"
Running the apk on my android 16 phone is fine, but this old tablet refuse to run it.
Does it need some entries in the custom build scripts to work for older android versions?
hurl requirement
Re: hurl requirement
Seems its the hurl.hwp v.2.0 for android-v7 that is not recognized.
Replacing the hurl.hwp with an older version and it does not come with this error message.
Not sure which version that is, but its dated 2021 at 1477kb.
It still does not download the file in question, but at least its past that error.
Replacing the hurl.hwp with an older version and it does not come with this error message.
Not sure which version that is, but its dated 2021 at 1477kb.
It still does not download the file in question, but at least its past that error.
Re: hurl requirement
Got the download working now with that old hurl.hwp file.
Re: hurl requirement
Just to comfirm the issue I recompiled the apk after resolving the network issues I had in my first tests.
With latest hurl.hwp in the arm-android-v7a folder (2023 version - 2933kb) it will fail on startup, stating that hurl.hwp is required.
Compled with the 2021 - 1477kb hurl.hwp version it works as it should.
I guess there is a bug in the hurl.hwp for arm7?
With latest hurl.hwp in the arm-android-v7a folder (2023 version - 2933kb) it will fail on startup, stating that hurl.hwp is required.
Compled with the 2021 - 1477kb hurl.hwp version it works as it should.
I guess there is a bug in the hurl.hwp for arm7?
Re: hurl requirement
Maybe
But reading manual says latest version is compiled over a newer curl and libssl
So maybe oits a compatibility issue with this relative old android version ?!??
Since as you sayruns ok in newer android !
But reading manual says latest version is compiled over a newer curl and libssl
So maybe oits a compatibility issue with this relative old android version ?!??
Since as you sayruns ok in newer android !
Christos
Re: hurl requirement
The never Android device is arm v8 so it does not use that same hurl.hwp file. Since the new compiled creates a common apk for v7 and v8 I guess it contains both versions of the hurl.hwp