A GitHub Project is known as repo
Before Creating a New Android Studio Project Please Make sure that you guys have
fork
this repo so then Changes have been saved to your github
I Prefer to add gitpod extension to browser which would be easy for you in further times..! Chrome Firefox
After adding extension make sure that refresh browser and find a Button named Gitpod.! like this 👇
Just Click on the Button named gitpod which is looks like 👆
After that you can seen an web Editor like Visual Studio Code which based on Eclipse Theia.
Which may takes some time to load based on your Browser and Internet Speed.!!! 🤔
Then Just open the tab Open Ports down to the Screen Which looks like. 👇
if(open_ports == 'found'){
need_port = 6080
if(need_port){
user.click("open Browser");
}
}
Voila Clicked on it.? Yes!.. There we may see a new tab has been opened and a window of Android studio, which needs to configure after installation!.
That's all We have got out Andoird Studio on Web which is cloud based.. ;)
- Every time we restart old workspace Gitpod Creates new fresh environment which leads to reconfigure all the Android Studio from First.. :(
- All new Projects Should be Saved in the WorkSpace Folder -> AndroidStudioProjects.
Because Everytime we Created a new Workspace or restarted a workspace Gitpod creates a new environment rather than using old environment We Know that we need files to be stored some where to reuse the in gitpod.. So that we have to save the all changes to GitHub Which can hold upto 500 mb for a single repo..! This means we can save upto 10 Android Project in a single repo
Menu -> Terminal -> Run Task -> Save Changes.. [Choose Defaults what ever is next ]