How to Download Android Apps on Chromebook

Over the past few years, Android apps have been added to more and more Chromebook models. Significantly expanding the overall user experience, Google has integrated the Play Store into most Chromebooks produced since 2019. This is the most convenient way to download an Android app or two, but if you own an older Chromebook, your device may not have native support for downloading and installing applets.

To check this, we recommend consulting the Chromium Project’s extensive list of Android app support.

Fortunately, there are a few workarounds you can implement to successfully load Android apps on your old Chromebook. Here’s a guide to help you.

Option to check the version number of your Chromebook.

Screenshots / Digital Trends

Chrome OS updates

First, make sure your Chromebook is running Chrome OS version 53 or higher.

Step 1: Click Next. Quick settings panel (next to the system clock) setting Gear in pop-up menu.

Step 2: at the time setting In the window that opens, select Chrome OS information It is listed on the left.

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

This is the Google Play Store option in your Chromebook settings.

Screenshots / Digital Trends

Activate Google Play Store

You may have already enabled the Google Play Store, but if it’s not clearly visible on your shelf or launcher, here’s how to check if it’s turned on.

Step 1: Click Next. quick settings After the panel (system clock) setting Gear in pop-up menu.

Step 2: choose app It is listed on the left.

Step 3: choose google play store It is listed on the right.

If Google Play Store is enabled remove button. If not, go to the next step.

Step 4: Click Next. saw button displayed next to Install apps and games from Google Play on your Chromebook..

Step 5: choose more In a pop-up window.

Step 6: choose i agree After reading the Google Terms of Service

Step 7: that google play store appears on the screen. Agree to additional terms and conditions.

You can now proceed to the next section.

Chromebook's Google Play Store homepage.

Screenshots / Digital Trends

Download and install the Android app.

The process for installing Android apps from the Play Store on your Chromebook is similar to installing them on an Android device.

You’ll notice that the Play Store is formatted for a tablet-style screen. Other Android apps may work the same way. This means that your app will use the tablet user interface if enabled by the developer. Otherwise, it will expand to the Chromebook’s larger screen or remain visually in smartphone mode. In the latter case, forcing a full screen window can cause a crash.

Step 1: To install an app, find it in the Play Store, click on it, then click the green icon. install button.

memo: Android apps that aren’t compatible with Chromebooks won’t appear in the Play Store.

Step 2: The app will be downloaded and installed. When you’re done, click green. open Press the button or open the app from the launcher.

Step 3: Grant permissions as needed. For example, Microsoft Word requests access to media, photos, and files. click allow or deny.

You can manage Android apps like any other Chrome OS app. The same window control is in the top right corner, but in the back Arrow keys are located in the top left corner to make navigating the app easier.

memo: Some apps may be ‘instant apps’. That means you can open it and try it out before downloading it. This is a great way to test how your Android app performs before fully installing it.

App management options on your Chromebook.

Image used with permission from copyright owner

Change or remove app permissions

Step 1: Click Next. quick settings After the panel (system clock) setting Gear in pop-up menu.

Step 2: choose app It is listed on the left.

Step 3: choose App Management It is listed on the right.

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

Step 5: To modify permissions toggle Click the button next to each to turn them on or off. For example, Microsoft Word can access storage, but not your camera, microphone, or contacts.

To uninstall just the app eliminate Instead, press the button.

Tips for adding Android apps

Chromebook type: The quality of your Android app experience varies depending on your Chromebook. For example, Chromebooks with touchscreens, especially 2-in-1s, offer the best Android app experience. System components such as accelerometers also make gameplay and other tasks more enjoyable. Always update Chrome OS before downloading Android apps.

Syncing: Like other apps, Android apps automatically try to sync data with other Chromebooks you’re signed in to. However, if you use the app on a non-Chrome device, it may not sync.

manager: Your administrator settings may block your ability to add Chrome Store or Android apps to your computer. If you’re at work or school, you may need to secure permission or move to a different network.

My Chromebook is running Linux.

Screenshots / Digital Trends

For Chromebooks that do not support Android

Chromebooks may or may not support the Google Play Store. The underlying hardware must support Android, and moving to the developer channel won’t magically make your Android apps work. One possible workaround is to sideload Android apps using Linux.

This can be useful for users who prefer Linux commands, and can make some Android apps more reliable on Chromebooks. Sideloading apps also makes it easier to access some of the apps you want to use because you don’t have to download them through the Play Store.

But there is a problem. The process isn’t easy. You’ll need to be familiar with Linux and Android APKs for everything to work. Some other things to consider:

  • Installing Android apps outside of the Google Play Store is risky as they may contain malicious code.

  • Android apps may not run properly on Chromebook hardware.

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

If you want to take the risk, follow these steps:

Step 1: Click Next. quick settings After the panel (system clock) setting Gear in pop-up menu.

Step 2: choose advancedthen developer.

Step 3: Look for it Linux development environmentselect saw. Setting up Linux takes a few minutes. Check the on-screen instructions to proceed.

Step 4: Linux should be installed with a terminal ready to open and run commands. Now you need tools and APK to sideload Android apps. To download ADB tools, type/paste the following command:

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

Step 5: With a Linux terminal open, enter the following command:

adb connect 100.115.92.2:5555

Step 6: In a pop-up window Allow USB debuggingPlease check the box next to it. always allow Then select great.

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

adb install appname.apk

The whole process isn’t for everyone, but people who like using Linux will find this to be a great way to run Android apps without the Play Store.

Scroll to Top