When the latest version of AndroidStudio offers many new features. In order to improve the development efficiency, it is necessary to follow the official footsteps of Google. However, in order to prevent the problem of upgrading the original Studio directly to the new version of Studio, and then importing the previous project. Therefore, consider the coexistence of multiple versions.

Building methods

Use multiple versions of Studio (such as AndroidStudio2.3 and 3.0) to develop the same project. When problems occur with the new version, in order to avoid delays in development, you can switch to the old version and continue development.

1. Download the latest version or required version:

★ ★ ★ AndroidStudio can be downloaded as.exe or zip.

There is no need to replace existing AndroidStudio and SDK with the latest AndroidStudio3.0 version. Just download the uninstalled version of AndroidStudio. As shown below:

Next, after downloading, unzip to the specified directory, as shown below:

2. Configure the downloaded Studio version:

In the decompressed directory – >bin – > open studio64.exe program, as shown below:

After running the Program AndroidStudio3.0, Import Studio Settings pop up, as shown below:

  • The first option is to import the Settings of the older version. After selecting this option, you can directly develop the original project with the older version of Studio without manually configuring the SDK and importing the specified project.

  • Second option: Import the specified configuration, similar to the first option.

  • Third option: do not import the previous configuration. Here you need to manually configure the SDK and import the project. Select this option if you are creating a new project to experience the latest version of Studio.

chooseThe first optionandSecond optionYes, multiple versions of the Studio work together on the same project,No need toImportant things three times.

I will not import the previous configuration here, so select Do not import Settings, and then manually import the original SDK configuration.

After clicking OK, the normal installation interface appears, as shown below:

After clicking Next, on the Install Type interface, select the Custom option to customize the configuration, as shown below:

After clicking Next, in the SDK Components Setup interface, select the SDK path downloaded from the old version studio in SDK Location option, as shown below:

After clicking Next, in the Verify Settings screen, select Cancel to Cancel the SDK configuration, as shown below:

Finally, the Welcome to Android Studio interface looks like this:

Next, whether to create a new project, drag the project from version hosting, or import the old project depends on your needs.

Resource Reference:

Studio version coexistence, developer. The android. Google. Cn/Studio/prev…

Studio download: developer. The android. Google. Cn/Studio/inde…