This repository was archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Couldn't load subscription status.
- Fork 491
-
Is there any way to compile git repository in Android IDE
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
(use externally installed termux if described method does not work in terminal, included with ide)
pkg up
pkg update
pkg install git
pkg install gh
termux-setup-storage
cd storage/shared/AndroidIDEProjects/cloned-repo
git init
git clone
You should also authorize you into git
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
If you're using APK from GitHub actions, then you can install git in AndroidIDE's terminal (pkg install git). Currently, there is not GUI interface for GIT. It is planned to be added.
As @Smooth-E said, you could also use Termux to manage git repositories.
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment