Quote:
Originally Posted by karthikrr
Hi,
I am trying to build KOReader for Android from sources and find myself repeatedly failing.
Im not sure where to go next! Any help is appreciated.
Thanks,
Karthik
|
Have a look at
https://github.com/koreader/koreader...oc/Building.md and
https://github.com/koreader/koreader...ing_targets.md
You don't need to tweak Makefiles or anything like that. Once you follow those steps you can get and armv8 APK with
Code:
ANDROID_ARCH=arm64 ./kodev release android
Release APK are unsigned, so they will fail to install. You need to sign them with your own keys. There're plenty of tuturials online.