zhaoqigang
Results
1
comments of
zhaoqigang
> I solved it by editing ndk-build script: > > ``` > #!/bin/sh > DIR="$(cd "$(dirname "$0")" && pwd)" > arch -x86_64 /bin/bash $DIR/build/ndk-build "$@" > ``` > > After...