iamalibaba
Android's OpenGLES library in Termux
Is it possible to use OpenGLES from Termux? In specific, I'm trying to compile my own Android apps in C like shown here in cnlohr's rawdrawandroid, however I need the OpenGLES library to compile with the Termux clang compiler, and i cant find a package for it. I don't plan on running apps using OpenGLES from within Termux (though that would be cool).
1 replies
Gradle build error
I'm trying to build something with gradle. When building, I get this error:
> A problem occurred starting process 'command '/data/data/com.termux/files/home/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.21.8/3b3111d68b7ef4392cfbbea33a48a95dc7a1f4d7/protoc-3.21.8-linux-aarch_64.exe'
When trying to run the file manually, I get this error:
bash: /data/data/com.termux/files/home/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.21.8/3b3111d68b7ef4392cfbbea33a48a95dc7a1f4d7/protoc-3.21.8-linux-aarch_64.exe: cannot execute: required file not found
What do I need to do to fix this?24 replies
Rust compiler
I'm trying to install the Rust compiler so I can build a package. I get this error when trying to install though.
error: target 'aarch64-linux-android' not found in channel. Perhaps check https://doc.rust-lang.org/nightly/rustc/platform-support.html for available targets
Is it possible to install the Rust compiler in Termux?3 replies
How do I build QEMU?
I need to build a fork of QEMU. How do I build QEMU for Termux? What are the dependencies?
The fork is https://github.com/espressif/qemu
12 replies