From the course: JavaScript: Progressive Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using the Android Emulator

Using the Android Emulator - JavaScript Tutorial

From the course: JavaScript: Progressive Web Applications

Start my 1-month free trial

Using the Android Emulator

- Let's see what the app currently looks like on Android. I'm gonna use an emulator to look at the app, and mimic what we'll implement once we've added PWA features. The easiest way to get started with the Emulator, is to download and install Android Studio, which you can get from developer.android.com. To configure and run an Android Emulator, head over to the Android Studio User's Guide at developer.android.com, for instructions to use the Android Virtual Device Manager. There, you can create emulators for any platforms you'll need to support. If you need help with Android Studio, search our 'Content' library. We've got courses dedicated to Android Studio. So I'm going to, fire up Android Studio. I've put a shortcut on my dock. To get to the AVD Manager you'll need an open project. If this is the first time you're running Android Studio, you may want to create a dummy app, which is exactly what I've done here. My app has no activities. It's just a shell so that I can get to the AVD…

Contents