SoftBuddy Team
SoftBuddy Team
I've been lately trying to cross-compile NodeJS for Android (aarch64), but I'm facing an error in compilation. Config : NDK Path = ~/android-ndk-r26b SDK Version = 24 Architecture = aarch64...
``` (cross) rudra@DESKTOP-S5FHTQH:~/env$ python Python 3.11.0rc1 (main, Aug 12 2022, 10:02:14) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> exit() (cross) rudra@DESKTOP-S5FHTQH:~/env$ python -m...
``` rudra@rudra:~/crossenv/usr/bin$ python3 -m crossenv /home/rudra/crossenv/usr/bin/python3 venv WARNING: The cross-compiler ('/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang') does not appear to be for the correct architecture (got aarch64-unknown-linux-android24, expected aarch64-unknown-linux-android). Use --cc to correct, if necessary....
### Expected behaviour The library cv2.abi3.so should be compiled for target architecture (arm64 Android). I'm using `crossenv` to cross compiled wheels of `OpenCV` for android. The compilation succeeds flawlessly, but...
I migrated from using basic HttpUrlConnection to Fetch. But I've seen a huge download speed loss. For reference, I have 50mbps connection Here's my code : My old approach :...