ilyats

Results 23 comments of ilyats

> ANDROID_ARCH=x86 ./kodev release android `` That's what I was trying to do. It worked after I did `./kodev clean android` Apparently there is a bug in the build system...

UPD: id does not work, third time libraries are only built for ARM. `~/soft/koreader/base/thirdparty/luajit/build/ ls arm-linux-androideabi arm-linux-androideabi-debug git_checkout i686-linux-android i686-linux-android-debug ` No x86 libraries for android, as you see

It complaints about luajit.so `Building KOReader debug APK: Version v2022.06-40-g5e2ed5ae_2022-07-18, release 9184, flavor Rocks ./gradlew -q -PversName=v2022.06-40-g5e2ed5ae_2022-07-18 -PversCode=9184 -PprojectName=KOReader \ -PndkCustomPath=/home/ilya/soft/koreader/base/toolchain/android-ndk-r15c app:assembleX86RocksDebug FAILURE: Build failed with an exception. * What...

> > Fix. `cd platform/android/luajit-launcher && make clean` Did not help. Doing `make` in `base/thirdparty/luajit/build/i686-linux-android-debug` with NDK set to `base/toolchain/android-ndk-r15c` (i.e. NDK it downloaded itself) produces `` ``` Building LuaJIT...

I did `./kodev clean --debug android` and after that `./kodev build --debug android` and `kodev release --debug android` (all with `ANDROID_ARCH` set to `x86`,) release failed as before. I attach...

Log [log1.log](https://github.com/koreader/koreader/files/9032672/log1.log)

[log-v10.log](https://github.com/koreader/koreader/files/9032793/log-v10.log) By the way, I built debug apk from sources. Is there something I should try with it?

Sorry, I forgot to turn on verbose logging. [log3.log](https://github.com/koreader/koreader/files/9032811/log3.log)

There was new version of sdcv released at 24.06, maybe something went wrong there?

Here is log with the release version 2022.06-10 [log5.log](https://github.com/koreader/koreader/files/9033206/log5.log) And one with the debug package [log6.log](https://github.com/koreader/koreader/files/9033208/log6.log)