How to build gradle project in termux? #17725
-
I want to build an app available on github https://github.com/MoKee/android_packages_apps_WarpShare/tree/mkq-mr1 I am a newbie and I don't know to how to build this app I want to build it using termux Can someone tell me how to do it from scratch Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
sylirre
Aug 30, 2023
Replies: 1 comment 6 replies
-
Every gradle project must have |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The mentioned project expected to be compiled as part of Android source code tree. Such approach doesn't use gradle as all dependencies are present within the OS source code and build flow is fully controlled by Android.mk file.
Answering the original question: it is not possible to build this particular app in Termux without significant changes.
For gradle projects: we already have the
gradle
package.