17:32:42 hello 17:33:39 trying to compile with cmake script i have "no package 'Qt5Core' found" 17:33:44 but there is Qt5Core_arm64-v8a 17:34:00 how to add qt5core for arm640v8a 17:35:47 i add android_abi but this didn't change anything 17:52:47 takel: https://github.com/monero-project/monero-gui/pull/3148 17:52:51 can you apply this? 17:53:04 with it ./build.sh should work again 19:17:05 selsta i added but still "make: c: No such file or directorymake: [Makefile:10327: moc_KeysFiles.o] Error 127 (ignored)" 19:17:16 clang++: error: no such file or directory: 'clipboardAdapter.o' 19:17:25 clang++: error: no such file or directory: 'main.o' 19:17:31 and other o files 20:01:08 -xmr-pr- xiphon opened pull request #3150: cmake: set CMAKE_SKIP_RPATH on Linux to fix empty RPATH token issue 20:01:08 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/3150 21:21:54 xiphon i added 3150 but still same result 21:22:09 build.sh is not working anymore for android 21:22:18 3150 is not related 21:22:44 a ok 21:23:06 https://github.com/monero-project/monero/blob/master/Makefile#L128 21:23:19 can you try adding a make android release target to GUI? 21:24:05 to get_libwallet_Api.sh ? 21:24:49 no makefile 21:24:58 this is for cmake 21:25:49 so that line 128 where to add in which file makefile for gui? 21:26:25 there is a small detail on that 21:27:03 CMAKE_SYSTEM_NAME="Android" i change to Android1 because cmake has problem on working with android ndk 21:27:21 so to avoid this i create new system_name 21:27:39 and cmake work until that errors 22:59:44 selsta same results 23:00:18 I wish we had an official android build with CI, so that it would not break randomly 23:00:38 can you post full logs? 23:00:48 ok