In August we learned Google was rebranding its Android effort, and that included plans to ditch dessert names going forward. Today the latest version of Android finally moved out of beta, and as promised is now officially called simply Android 10. As you can imagine, Android 10 will take months to reach most devices but for lucky Pixel owners you can get in on the fun starting today. Below is a quick guide on how to install Android 10 on your Pixel.
- How To Install Android Studio In Linux Mint
- Android Studio Zip
- How To Install Android Sdk
- Download Android Studio Zip File
Method 1: Download the OTA update
Installing 'Android Studio IDE' and 'Android SDK' Installing Android software is probably the most challenging part of this project. It takes times - from 30 minutes to n hours to forever - depending on your luck, your programming knowledge, and your PC. You probably need a fairly decent PC (with 8GB RAM) and 10GB of free disk space to run the. Installation steps on Windows: For.exe file (recommended), double-click to launch it. For the.zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder (usually in C drive), and then open the android-studio bin studio64.exe (for a 64-bit machine) or studio.exe (for a 32-bit machine).
Android 9 Pie update tracker: When will your phone get it? (Updated Nov. 17)
This is the easiest and generally preferred way to upgrade to Android 10, as you don't have to reinstall anything.
To upgrade to Android 10 on your Pixel, head over to your phone's settings menu, select System, System update, then Check for update. If the over-the-air update is available for your Pixel, it should automatically download. Reboot your phone after the update has installed, and you'll be running Android 10 in no time!
If you don't want to wait for the OTA update or want a clean slate, we've got instructions for you on how to install Android 10 via factory images and OTA files.
Method 2: Flashing Android 10 on your device
Flashing Android 10 on your device takes more time and work than the OTA method. If you don't want to install the over-the-air update for some reason, you can sideload the factory image or OTA file manually. Here's how to do it:
Download the proper files
Google has already posted Android 10 factory images and OTA files for all four Pixel phones. You'll need to download the proper file for your device before you get started.
Here's what you need to get started:
- A compatible Pixel device and a USB cable to connect it to your computer.
- The Android SDK installed on your machine with ADB and Fastboot command successfully working — check the tutorial here.
- 7zip or a similar program that can handle .tgz and .tar files.
- An unlocked bootloader on your phone.
Unlocking your phone's bootloader
Now let's get down to the nitty-gritty. The first thing you have to do is unlock your phone's bootloader by following the step-by-step instructions below. It's easy to do and does not require lots of technical knowledge. Unlocking the bootloader will wipe all the data off your device, so make sure you back it up first.
Step-by-step instructions:
- Turn on developer options by going to 'About Phone' and tapping 'Build Number' seven times.
- Enable USB debugging and OEM unlock on your device in the 'Developer options' section.
- Plug in the Pixel to your PC with a USB cable.
- Open the command window on your PC.
- Boot your Pixel device into bootloader mode using the following command: adb reboot bootloader (if it requests you to authorize this, say yes).
- When your device boots into bootloader mode, type in this command: fastboot flashing unlock.
- A confirmation screen will pop up. Press the volume up key to highlight yes and the power button to start the bootloader unlocking process.
- Once unlocked, your device will reboot into bootloader mode. Now you simply need to type in fastboot reboot to finish the process.
Flash Android 10 on your Pixel device
Flashing Android 10 on your smartphone is pretty straightforward, but you can still run into problems if you don't carefully follow the instructions listed below.
Step-by-step instructions:
- Head into the bootloader menu to test that your device and PC are communicating by typing in fastboot devices — if it comes back with your device's serial number, you're good to go.
- Prepare the factory image you downloaded earlier. Use 7zip to extract the .tgz file you downloaded and then again to extract the .tar file you extracted from the .tgz. This will create a folder with several files in it.
- Copy all those files and paste them in the platform-tools folder in the Android SDK on your computer. You should find it in the Program Files (x86) folder on Windows.
- There are two flash-all files. Windows users should double-click the one that has the gear logo and says 'Windows Batch File' on the right. If you're on Linux, double-click the flash-all.sh.
- A box will pop up and you should see the installation taking place. While this is going on, do not unplug your device for any reason!
- When the installation process has finished, your device will automatically reboot. You can then disconnect your device from your computer and start playing with Android 10.
What if the Flash-all method didn't work?
For whatever reason, not everyone has luck with the Flash-all scripts. If they fail for you, there's another way. It's actually pretty simple. First, make sure you are still in the proper bootloader state and connected to your PC. On your PC you'll want to type the following:
- First we flash the bootloader with the following command: fastboot flash bootloader .img
- Next type: fastboot reboot-bootloader
- Now we flash the radio with the following command: fastboot flash radio .img
- Next type: fastboot reboot-bootloader
- Flash the image with : fastboot flash -w update .zip
- After this your device may reboot automatically, if not type: fastboot reboot
Returning to Android Pie is easy as… pie
Something went wrong installing Android 10 or ran into an unexpected issue? While it's better to have the latest version of Android possible, if you do run into an issue the good news is going back to Android Pie is simple. Essentially follow the same flashing steps above, but this time you don't need to unlock the bootloader and you'll simply use a Pie factory image.
Setting up Android Studio takes just a few clicks.
First, be sure you download the latest version of Android Studio.
Windows
To install Android Studio on Windows, proceed as follows:
- If you downloaded an
.exe
file (recommended), double-click to launch it.If you downloaded a
.zip
file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launchstudio64.exe
(for 64-bit machines) orstudio.exe
(for 32-bit machines). - Follow the setup wizard in Android Studio and install any SDK packages that it recommends.
That's it.The following video shows each step of the setup procedure when using the recommended.exe
download.
As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.
How To Install Android Studio In Linux Mint
Mac
To install Android Studio on your Mac, proceed as follows:
Android 9 Pie update tracker: When will your phone get it? (Updated Nov. 17)
This is the easiest and generally preferred way to upgrade to Android 10, as you don't have to reinstall anything.
To upgrade to Android 10 on your Pixel, head over to your phone's settings menu, select System, System update, then Check for update. If the over-the-air update is available for your Pixel, it should automatically download. Reboot your phone after the update has installed, and you'll be running Android 10 in no time!
If you don't want to wait for the OTA update or want a clean slate, we've got instructions for you on how to install Android 10 via factory images and OTA files.
Method 2: Flashing Android 10 on your device
Flashing Android 10 on your device takes more time and work than the OTA method. If you don't want to install the over-the-air update for some reason, you can sideload the factory image or OTA file manually. Here's how to do it:
Download the proper files
Google has already posted Android 10 factory images and OTA files for all four Pixel phones. You'll need to download the proper file for your device before you get started.
Here's what you need to get started:
- A compatible Pixel device and a USB cable to connect it to your computer.
- The Android SDK installed on your machine with ADB and Fastboot command successfully working — check the tutorial here.
- 7zip or a similar program that can handle .tgz and .tar files.
- An unlocked bootloader on your phone.
Unlocking your phone's bootloader
Now let's get down to the nitty-gritty. The first thing you have to do is unlock your phone's bootloader by following the step-by-step instructions below. It's easy to do and does not require lots of technical knowledge. Unlocking the bootloader will wipe all the data off your device, so make sure you back it up first.
Step-by-step instructions:
- Turn on developer options by going to 'About Phone' and tapping 'Build Number' seven times.
- Enable USB debugging and OEM unlock on your device in the 'Developer options' section.
- Plug in the Pixel to your PC with a USB cable.
- Open the command window on your PC.
- Boot your Pixel device into bootloader mode using the following command: adb reboot bootloader (if it requests you to authorize this, say yes).
- When your device boots into bootloader mode, type in this command: fastboot flashing unlock.
- A confirmation screen will pop up. Press the volume up key to highlight yes and the power button to start the bootloader unlocking process.
- Once unlocked, your device will reboot into bootloader mode. Now you simply need to type in fastboot reboot to finish the process.
Flash Android 10 on your Pixel device
Flashing Android 10 on your smartphone is pretty straightforward, but you can still run into problems if you don't carefully follow the instructions listed below.
Step-by-step instructions:
- Head into the bootloader menu to test that your device and PC are communicating by typing in fastboot devices — if it comes back with your device's serial number, you're good to go.
- Prepare the factory image you downloaded earlier. Use 7zip to extract the .tgz file you downloaded and then again to extract the .tar file you extracted from the .tgz. This will create a folder with several files in it.
- Copy all those files and paste them in the platform-tools folder in the Android SDK on your computer. You should find it in the Program Files (x86) folder on Windows.
- There are two flash-all files. Windows users should double-click the one that has the gear logo and says 'Windows Batch File' on the right. If you're on Linux, double-click the flash-all.sh.
- A box will pop up and you should see the installation taking place. While this is going on, do not unplug your device for any reason!
- When the installation process has finished, your device will automatically reboot. You can then disconnect your device from your computer and start playing with Android 10.
What if the Flash-all method didn't work?
For whatever reason, not everyone has luck with the Flash-all scripts. If they fail for you, there's another way. It's actually pretty simple. First, make sure you are still in the proper bootloader state and connected to your PC. On your PC you'll want to type the following:
- First we flash the bootloader with the following command: fastboot flash bootloader .img
- Next type: fastboot reboot-bootloader
- Now we flash the radio with the following command: fastboot flash radio .img
- Next type: fastboot reboot-bootloader
- Flash the image with : fastboot flash -w update .zip
- After this your device may reboot automatically, if not type: fastboot reboot
Returning to Android Pie is easy as… pie
Something went wrong installing Android 10 or ran into an unexpected issue? While it's better to have the latest version of Android possible, if you do run into an issue the good news is going back to Android Pie is simple. Essentially follow the same flashing steps above, but this time you don't need to unlock the bootloader and you'll simply use a Pie factory image.
Setting up Android Studio takes just a few clicks.
First, be sure you download the latest version of Android Studio.
Windows
To install Android Studio on Windows, proceed as follows:
- If you downloaded an
.exe
file (recommended), double-click to launch it.If you downloaded a
.zip
file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launchstudio64.exe
(for 64-bit machines) orstudio.exe
(for 32-bit machines). - Follow the setup wizard in Android Studio and install any SDK packages that it recommends.
That's it.The following video shows each step of the setup procedure when using the recommended.exe
download.
As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.
How To Install Android Studio In Linux Mint
Mac
To install Android Studio on your Mac, proceed as follows:
- Launch the Android Studio DMG file.
- Drag and drop Android Studio into the Applications folder, then launch Android Studio.
- Select whether you want to import previous Android Studio settings, then click OK.
- The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.
That's it.The following video shows each step of the recommended setup procedure.
As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Android Studio> Check for Updates.
Note: If you use Android Studio on macOS Mojave or later, you might see a prompt to allow the IDE to access your calendar, contacts, or photos. This prompt is caused by new privacy protection mechanisms for applications that access files under the home directory. So, if your project includes files and libraries in your home directory, and you see this prompt, you can select Don't Allow.
Linux
To install Android Studio on Linux, proceed as follows:
- Unpack the
.zip
file you downloaded to an appropriate location for your applications, such as within/usr/local/
for your user profile, or/opt/
for shared users.If you're using a 64-bit version of Linux, make sure you first install the required libraries for 64-bit machines.
- To launch Android Studio, open a terminal, navigate to the
android-studio/bin/
directory, and executestudio.sh
. - Select whether you want to import previous Android Studio settings or not, then click OK.
- The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.
Tip:To make Android Studio available in your list of applications, selectTools > Create Desktop Entry from the Android Studio menu bar.
Required libraries for 64-bit machines
Tumblebugs 2 download full version free. If you are running a 64-bit version of Ubuntu, you need to install some 32-bitlibraries with the following command:
If you are running 64-bit Fedora, the command is:
Android Studio Zip
That's it.The following video shows each step of the recommended setup procedure.
As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.
Chrome OS
Follow these steps to install Android Studio on Chrome OS:
- If you haven't already done so, install Linux for Chrome OS.
- Open the Files app and locate the DEB package you downloaded in theDownloads folder under My files.
Right-click the DEB package and select Install with Linux (Beta).
- If you have installed Android Studio before, select whether you want toimport previous Android Studio settings, then click OK.
The Android Studio Setup Wizard guides you through the rest of thesetup, which includes downloading Android SDK components that arerequired for development. Sad satan images gore.
After installation is complete, launch Android Studio either from theLauncher, or from the Chrome OS Linux terminal by running
studio.sh
inthe default installation directory:/opt/android-studio/bin/studio.sh
That's it. As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.