0

I installed Android Studio and the necessary SDKs for Google Glass Development, however, Glass is stilled disabled whenever I create new Android project?

Is it necessary that I have my own Google Glass device in order for this to work? I'm planning to use an emulator, though?

See the screenshots here:

Screenshot 1:

Screenshot 2:

2 Answers2

0

Sorry, there is no official emulator for Google Glass.

If you really want to make glassware, you should consider buying Glass.

Glass is stilled disabled whenever I create new Android project?

When you create Glass project, the SDK will be added as a dependency but that doesn't mean you have Glass emulator.

Is it necessary that I have my own Google Glass device in order for this to work?

As of now, you need Google Glass for development. There is no official emulator.

I'm planning to use an emulator, though?

Google hasn't released Glass emulator.

More info:

Community
  • 1
  • 1
pt2121
  • 11,720
  • 8
  • 52
  • 69
0

In my case, I fixed the problem by installing again the latest version of Android studio.

Please don't edit the plist located in /Applications/Android Studio.app/Contents/Info.plist because is probably that doing this will break android studio.

Instead of doing that, open android studio this way, for example:

$ export STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk 
$ open /Applications/Android\ Studio.app/
Marcin Nabiałek
  • 109,655
  • 42
  • 258
  • 291