About Chromebooks

Chromebook, ChromeOS and Google Chrome browser news

Want to code on a Chromebook? Check out Google’s Chrome OS Developer Toolbox

It’s clear that Google is attempting to make Chromebooks a “first class citizen” when it comes to app and web development. Android Studio support for app debugging is improving, Linux containers have been available for a while now and Chrome’s Developer Tools are among the best for web devs.

Putting all of the pieces in place to actually code with a Chromebook can be a daunting task though, especially if you’re working through a Computer Science degree program on a Chromebook.

Pixelbook Go Android Studio

Enter the Chrome OS Developer Toolbox, which is full of setup instructions and code snippets to make the process easier.

The site is broken down into four categories: Setup, Android, Web and Games. Even if you already have a Chromebook with your development tools of choice, I’d recommend you start with the Setup section, or at least browse it.

Chrome OS Developer Toolbox

Aside from the basic Linux container setup process, it spotlights compatible tools and even the installation process for Linux distros other than Debian, which is the default. And for those interested in Docker containers, there’s a short bit on that as well.

The Android section covers the basics of Android Studio installation and configuration if you plan to build Android apps. Included is a script to automatically connect to a tethered Android device for testing, although Chrome OS 81 should have that feature built in.

Setting up IntelliJ IDEA is also covered here, as is Flutter for Android Studio and Visual Code. I’ve been tinkering with Flutter (and Dart) in the latter on a Chromebook and I’m finding it very appealing; with a single codebase you can build mobile apps for Android and iOS.

Chrome OS Developer Toolbox Web

The Web section covers additional installations and configurations, but specifically for web development. Then again, you can use some of these dev tools for more than web sites or web apps, so it’s worth the read. And most importantly is the reminder to test web development efforts across multiple browsers, not just on Chrome.

Lastly, the Games bit covers installation and first tutorials for game engines such as Unity and Unreal, as well as the open source Cocos2d-x game framework.

Portal on the Pixel Slate

Note that the instructions for setup explain how to enable GPU hardware acceleration from the command line; that shouldn’t be needed any longer as nearly all Chromebooks have this enabled by default.

Overall, I’m impressed with this mini-site targeting developers who use, or could use, Chromebooks. More of this, please, Google!

author avatar
Kevin C. Tofel

One thought on “Want to code on a Chromebook? Check out Google’s Chrome OS Developer Toolbox

  1. This mostly tells me how to write code for linux while on a chromebook. but how do I write code for a chromebook?

Comments are closed.

Scroll to top