How To Upload Android Studio Projects On Github
To upload android studio projects on github just follow these steps:
Step 1: Open android studio project
Step 2: Click on VCS
Step 3: Click on enable version control integration
Step 4: Select Git and click on ok
Step 5: Now Click on commit
Step 6: Select unversioned files, write a commit message and click on commit
Step 7: Again click on VCS
Step 8: Click on import into version control
Step 9: Click on share project on github
Step 10: Write your repository name and click on share
Step 11: Type your github username and password log in
Step 12: Done.
If You Don't Understand Watch This Video.
Android is an operating system that is built basically for Mobile phones. It is based on the Linux Kernel and other open-source software and is developed by Google. The android app is developed on an application known as Android Studio. These executable apps are installed through a bundle or package called APK(Android Package Kit).
Git is an open-source version control system. It means that whenever a developer develops some project (like an app) or something, he/she constantly update it catering to the demands of users, technology, and whatsoever it maybe. Version control systems keep these revisions straight, storing the modifications in a central repository. It allows developers to easily collaborate, as they can download a new version of the software, make changes, and upload the newest revision. Every developer can see these new changes, download them, and contribute.
GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.
0 Comments