
If you'd like to try one of the preview channels (Canary, Dev, or Beta)

In addition to receiving canary versions of Android Studio, you will also receive preview Releases, updated roughly weekly, and available for download at

Update is available for the IDE, but you can manuallyĬlicking Help > Check for Update (on Mac, Android Update your IDE and change channelsĪndroid Studio notifies you with a small bubble dialog when an Once they're satisfied with your work, they can click Merge to merge your branch's code with the master branch.Once you install Android Studio, it's easy to keep the Android Studio IDEĪnd Android SDK tools up to date with automatic updatesĪnd the Android SDK Manager. They'll be able to view all the contents of your branch, compare it with the master branch, and leave comments. The reviewers will get an email notification about your pull request. The process from your side is now complete. Once you're confident about it, click Create pull request. If you automatically want to close the branch once the pull request is merged, click the Close branch checkbox.īefore submitting the request, you can scroll below the form to take a look at the code differences between the test branch and the master branch and go over the recent commits. This is the most important step: Type in the name of one or more developers who need to review your code.

You can create a separate title for the pull request and write a short description of the code that you've written or the task that you've completed.Īt the bottom, you'll indicate the Reviewers. On the right, make sure that the project and the master branch (destination repository) are selected. There are a few things to do on this form:įrom the left dropdown menu, select the sub-branch (source repository) that you want to merge into the master branch.
