Use android emulator on mac from pc

broken image

Navigate to the tools directory of your Android SDK: yourandroidsdkdirectory/tools To view the configured devices, start the AVD Manager: For the sake of this tutorial, we'll use one of those devices which use ARM images. Several AVDs came pre-configured when you installed the Android SDK. Leave the other options set to their defaults. System Preferences > Sharing > Enable Remote Login If you don't do this, when you launch an Intel x86 emulator image, your entire computer will freeze up forcing you to perform a hard reboot. This step is necessary if you plan on creating custom AVDs that leverage the much faster Intel x86 images.ĭo you use OS X Mavericks + Parallels Desktop 9 ? In short, it speeds up Android app emulation on Intel host machines. Intel Hardware Accelerated Execution Manager. You should end up with an SDK directory somewhere on your Mac with subdirectories like: extras, platform tools, tools, etc. Nothing can get done until the Android SDK is installed, so let's start there. Parallels Desktop running a Windows 8 VM.Many thanks to James Montemagno for pointing me to Paul Batum's post on the Xamarin forum. If you've been looking for a way to develop your Xamarin Android apps in a Parallels Desktop Windows VM, but run the app in an Android emulator on your Mac, this post is an attempt to distill the information from across multiple sites to get you started.