I cloned a repository from github into source tree and I would now like to know I can link/connect source tree with android studio to reflect changes made in android studio can be reflected in source tree. If someone could please provide me with the steps to take, useful link and or tutorial thanks in advance
Asked
Active
Viewed 2,701 times
2
-
You can check this https://stackoverflow.com/a/32893124/3111083 – Sunil Sunny Apr 12 '18 at 12:28
2 Answers
0
Open your project using an android studio, after some change you made you can see the reflection in source tree itself and in file explorer. Also, you can check the current checkout and branch.
Also, you can refer this link for integrate with android studio

Subin Babu
- 1,515
- 2
- 24
- 50