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 ! @mickbot92
No description
No description
No description
10 Replies
komo
komo7mo ago
Try add LD=clang++ in the make
mickbot92
mickbot92OP7mo ago
That's what I'm getting now :
No description
komo
komo7mo ago
try add LDFLAGS="-shared -fPIC "
mickbot92
mickbot92OP7mo ago
With or without LD=clang++ ?
komo
komo7mo ago
try with clang++ as linker
mickbot92
mickbot92OP7mo ago
Like that ?
No description
mickbot92
mickbot92OP7mo ago
After typing make cleanall then make PLATFORM=simulator TARGET=android LD=clang++, I have this :
No description
mickbot92
mickbot92OP7mo ago
(And, instead of using ANDROID_HOME, I've used NDK_PATH this time)
mickbot92
mickbot92OP7mo ago
Finally, using proot-distro works :)
No description
mickbot92
mickbot92OP7mo ago
But now I get this error, do you know why ?
No description

Did you find this page helpful?