Google maps SDK with new Intel Atom x86 emulator

First, make sure you follow the instructions to enable virtualization support for the emulator. If you don’t, everything will work fine except you won’t see a performance improvement: http://developer.android.com/guide/developing/devices/emulator.html#vm-windows Then follow these instructions to create an Android 2.3.3 AVD with Google Maps support, with corrections and thanks to http://38911bytes.blogspot.de/2012/03/how-to-use-google-maps-api-in-android.html: In Android Virtual Device Manager create … Read more

Cordova android emulation – Error: Cannot read property ‘semver’ of null

This is due using an emulator with an unstable Developer Preview API version. You probably have a device using API 27 (Android 8.1). Open your AVD, remove that device and re-run. It’s also useful to use –target <emulator_name> when launching the emulator if you have more than one. To get a list of available names … Read more

How to emulate USB devices?

Edit: Proof of concept here I strongly recommend this project, USB IP. It is a way of connecting USB devices over the network. There is a Windows client. What this means is, you install the client on your Windows computer. This device then expects to talk to a USB device connected to a Linux computer, … Read more