Skip to main content

How to get Android apps on a Chromebook

One of the most exciting changes Google made to its Chrome OS platform in recent years was the addition of Android app support in 2016. While Chrome OS could already run browser extensions and web apps, the addition of Android apps has dramatically increased the platform’s value.

Nearly all Chromebooks launched in or after 2019 support Android apps and already have the Google Play Store enabled — there’s nothing you need to do. However, there are models new and old that simply can’t run Android apps due to hardware limitations. If you’re not sure if your Chromebook qualifies, Google provides an extensive list. The company says it will continue to “evaluate more devices.”

Difficulty

Moderate

Duration

1 hour

What You Need

  • Chromebook (preferably one launched after 2019, but not required)

Keep in mind that not every Android app will run on your qualified Chromebook. Again, this is due to hardware limitations because the developer hasn’t released an app that, for example, runs natively on Intel processors. Also, keep in mind that Android apps consume local storage, so be wary about downloading all your favorites. These apps cannot be sideloaded to an SD card.

Read on to find out how to get Android apps on a Chromebook. If your device doesn’t qualify (yet), then we’ll suggest an alternative.

Image used with permission by copyright holder

Update Chrome OS

First, let’s make sure that your Chromebook is running Chrome OS version 53 or newer. Since Chrome OS is currently on around its 96th version, this probably isn't an issue, but it's important to make sure.

Step 1: Click the Quick Settings Panel (beside the system clock) followed by the Settings cog on the pop-up menu.

Step 2: When the Settings window opens, select About Chrome OS listed on the left.

Step 3: On the right, you’ll see the platform automatically update if a newer version is available. If it doesn’t automatically update, click the Check for Updates button and restart as requested.

Image used with permission by copyright holder

Enable the Google Play Store

You probably already have the Google Play Store enabled, but if it’s not clearly visible on the Shelf or Launcher, here’s how to make sure it’s switched on.

Step 1: Click the Quick Settings panel (system clock) followed by the Settings cog on the pop-up menu.

Step 2: Select Apps listed on the left.

Step 3: Select Google Play Store listed on the right.

If the Google Play Store is enabled, you’ll see a Remove button. If not, move on to the next step.

Step 4: Click the Turn On button displayed next to Install Apps and Games from Google Play on Your Chromebook.

Step 5: Select More in the pop-up window.

Step 6: Select I Agree after reading Google’s Terms of Service.

Step 7: The Google Play Store appears on the screen. Accept the additional terms and conditions.

Now you can proceed to the next section.

Image used with permission by copyright holder

Download and install your Android apps

The process of installing Android apps from the Play Store on a Chromebook is similar to doing so on an Android device. You’ll find that the Play Store will be formatted for a tablet-style screen. Other Android apps can work the same way — an app will take on the tablet user interface if the developer enabled it. Otherwise, they’ll scale to the Chromebook’s larger screen or visually remain in smartphone mode. For the latter, they can crash if you force a full-screen window.

Step 1: To install an app, locate it in the Play Store, click on its entry, and click the green Install button.

Note: Android apps that are not compatible with your Chromebook will not appear on the Play Store.

Step 2: The app will download and install. When finished, click the green Open button or open the app from the Launcher.

Step 3: Authorize permissions as needed. For instance, Microsoft Word requests access to media, photos, and files. Click Allow or Deny.

You can manage Android apps like other Chrome OS apps. The same window controls are located in the upper-right corner, while the Back arrow key resides in the top-left corner, allowing you to easily navigate through the app.

Note: Some apps may be “instant apps,” which means you can open and try them out before downloading them. This is a great way to test out how an Android app functions before you choose to fully install it.

Image used with permission by copyright holder

Change app permissions or uninstall

Step 1: Click the Quick Settings panel (system clock) followed by the Settings cog on the pop-up menu.

Step 2: Select Apps listed on the left.

Step 3: Select Manage Your Apps listed on the right.

Step 4: Click on the app you want to modify or delete.

Step 5: To modify the permissions, click the Toggle next to each to switch them on or off. For example, Microsoft Word can access storage but not the camera, microphone, or contacts.

If you just want to uninstall the app, click the Uninstall button instead.

Android app extra tips

Chromebook type: The quality of your Android app experience will vary based on your Chromebook. For example, Chromebooks with touchscreens, and particularly 2-in-1s, will provide the best Android app experience. System components like accelerometers will make playing games and other tasks more enjoyable as well. Remember, always update Chrome OS before trying to download Android apps!

Syncing: Your Android apps, like other apps, will try to automatically sync to the data in any other Chromebooks you are logged on to. However, they may not sync if you are using the app on a non-Chrome device.

Administrators: Administrator settings may block the ability to add the Chrome Store or Android Apps to your computer. If you’re at work or school, you may need to secure permissions or move to a different network.

how to get android apps on a chromebook linux 2 768x432
Image used with permission by copyright holder

For Chromebooks that don’t support Android

Chromebooks either support the Google Play Store, or they don’t. The underlying hardware must support Android, and jumping into the developer channel won’t magically make Android apps work. Again, consult Google’s list to see if your device supports the platform. It’s either in the Stable Channel or marked as “planned.”

One possible workaround is to sideload Android apps using Linux. This can be useful for those who prefer Linux commands and could make some Android apps more stable on a Chromebook. Also, sideloading apps means you don’t have to get your apps through the Play Store, which can make it easier to access some apps that you may want to use.

However, there’s a catch — the process isn’t easy. You need to be comfortable with Linux and Android APKs to make the whole thing work. Here are a few other things to consider:

  • Installing Android apps outside the Google Play Store is dangerous, as they could contain malware.

  • Android apps simply may not run normally on your Chromebook’s hardware.

  • Your Chromebook may not have adequate space to host the Android tools and apps.

If you want to take the risk, use the following steps.

Step 1: Click the Quick Settings panel (system clock) followed by the Settings cog on the pop-up menu.

Step 2: Select Advanced, then Developers.

Step 3: Look for Linux Development Environment, and select Turn On. Linux will take several minutes to set up. Confirm the on-screen instructions to proceed.

Step 4: Linux should install with its terminal open and ready for commands. Now, you’ll need the tools and APK to sideload your Android apps. Type/Paste the folllowing command to download the ADB tools:

sudo apt-get install android-tools-adb -y

Step 5: With the Linux Terminal still open, type the following command:

adb connect 100.115.92.2:5555

Step 6: In the pop-up window to Allow USB Debugging, check the box next to Always Allow and then select OK.

Step 7: Install the Android APK. To sideload a downloaded Android APK, use the following command in the Linux Terminal:

adb install appname.apk

The whole process is certainly not for everyone, but those who are happy to use Linux will find it a great way to run Android apps without the Play Store.

A note about Android on Chromebooks

In previous versions of Android, the framework couldn't run natively on Chrome OS, and instead has to use a virtual environment. This is now quickly changing as Android 11 is being adopted by a wide variety of Chromebooks. The Android 11 update allows Android apps to work seamlessly with Chrome with increased security, decreased bugs, and overall smoother performance. That's one reason it's a good idea to have a newer Chromebook if you want to use Android apps: Google appears to be planning on adding Android 11 to around 100 current Chromebooks.

Editors' Recommendations

Mark Coppock
Mark has been a geek since MS-DOS gave way to Windows and the PalmPilot was a thing. He’s translated his love for…
How to measure your PC’s power use, and why it matters
A person using 1Password on a desktop all-in-one computer while sat at a desk. There are two laptops next to them on the desk.

Do you have any clue how much power your PC consumes when you’re playing video games? Or how about when it’s just sitting idly? Whether you’re trying to figure out how to cut down on energy costs, or simply want to know how much toil your PC endures when running Abode Creative Suite, you’ll want to learn how to measure your PC’s power draw.

Fortunately, there are several different tools you can use to monitor this important statistic. Some are built right into your operating system, while others will require a separate download. You can also purchase certain external devices to keep tabs on your desktop’s energy output.

Read more
How to make a GIF from a YouTube video
woman sitting and using laptop

Sometimes, whether you're chatting with friends or posting on social media, words just aren't enough -- you need a GIF to fully convey your feelings. If there's a moment from a YouTube video that you want to snip into a GIF, the good news is that you don't need complex software to so it. There are now a bunch of ways to make a GIF from a YouTube video right in your browser.

If you want to use desktop software like Photoshop to make a GIF, then you'll need to download the YouTube video first before you can start making a GIF. However, if you don't want to go through that bother then there are several ways you can make a GIF right in your browser, without the need to download anything. That's ideal if you're working with a low-specced laptop or on a phone, as all the processing to make the GIF is done in the cloud rather than on your machine. With these options you can make quick and fun GIFs from YouTube videos in just a few minutes.
Use GIFs.com for great customization
Step 1: Find the YouTube video that you want to turn into a GIF (perhaps a NASA archive?) and copy its URL.

Read more
The most common Chromebook problems and how to fix them
A person working on a Toshiba Chromebook.

Chromebooks are great alternatives to MacBooks and Windows 10 laptops, but they aren’t perfect. Any laptop computer is bound to have issues, and some of the most common problems faced by Chromebook users can feel difficult or even impossible to solve on their own. 

From issues with updates to internet connectivity, troubleshooting common Chromebook problems doesn’t have to ruin your day. Read on to discover easy fixes for the most frequent issues Chromebook users face. If you've got a fancy Pixelbook, consider checking out our companion guide to common Pixelbook problems.
The Diagnostics app

Read more