Quote:
Originally Posted by karthikrr
koreader-android-arm64-v2024.07.apk works without issues on both devices.
|
Remember the android project is just a shell. Every single 3rd party dep needs to be built as well. Double check you got the prerrequisites right and start a clean build:
Code:
ANDROID_ARCH=arm64 ./kodev clean android
ANDROID_ARCH=arm64 ./kodev release android
Watch the output as it provides useful info in case something fails to build.