

To make sure, select File -> Build Settings and check the Run Device dialog to see if it's listed.Ĭaution: Remember to use adb connect localhost:6520 with the version of adb that ships with Unity if you've run adb before testing. The version of adb shipped with Unity may not be compatible with the emulator.

Configure Unity to build and deploy to the emulator directly (Optional)

If the emulator disconnects from adb, reconnect it from the command line like this: adb connect localhost:6520Ĥ. For the best developer experience, you may want to install Android Studio and use it to manage your Android SDK. A compatible version is bundled with the emulator, and you can find it at C:\Program Files\Google\HPE_Dev\emulator. The version bundled with Android Studio works, but adb as shipped with Unity may not. You need a recent version of adb to detect the emulator. It should show up in Android Debug Bridge (adb) as a device on localhost: ❯ adb devices This is a fully-featured high-performance Android environment suitable for game development. Note: The emulator shows up as HPE_Dev in your application list. Members of this group are notified when updates to the emulator are available, so make sure that you can receive emails from installing it, you should see an Android desktop in a window: If you don't see a download link, check that you're logged in with an account that has been added to the play-mp-emu group. Start by downloading the emulator from this page.

