Trying to build an APK from Termux, but…
Hello đź‘‹
I'm trying to build an APK of Upsilon, but at the end Termux says
No such file or directory
. And yet, the files exist.
How can I fix it ?
Thanks in advance !
@mickbot9210 Replies
Try add
LD=clang++
in the make
That's what I'm getting now :
try add
LDFLAGS="-shared -fPIC "
With or without
LD=clang++
?try with
clang++
as linkerLike that ?
After typing
make cleanall
then make PLATFORM=simulator TARGET=android LD=clang++
, I have this :(And, instead of using
ANDROID_HOME
, I've used NDK_PATH
this time)Finally, using
proot-distro
works :)But now I get this error, do you know why ?