Search code examples
android-studiogoogle-glassandroid-virtual-device

Configure Google Glass as Android Studio AVD


Anyone know if it is possible to configure the google glass as AVD to run programs on Android Studio?


Solution

  • You can't simulate a Google Glass device with AVD. You can only create a device with the same hardware specifications that Google Glass, but you can't install the Google Glass specific libraries.

    Even with Genymotion you can't at the moment.

    Here is a post which talk about it: Is there any way to run glassware in an emulator?