0

I made a similar AppService saying about a glassware template it worked, but when i am trying to do the same with helloglass it doesn't work i cant quite understand what the problem is the import and other errors

continuation

komy029
  • 29
  • 7

1 Answers1

0

It looks like you have things set up correctly, but Android Studio is still under development, and can still be a bit glitchy when it comes to libraries and add-ons. Here are some troubleshooting steps that may help:

  • Re-import your project

  • Under module settings -> Project -> Project SDK -> Edit..., make sure that the Build Target is "Glass Development Kit Sneak Peek"

  • And if all else fails, you can add gdk.jar, found in sdk/add-ons/addon-google_gdk-google-15/libs, to your classpath by adding it as an external library.

Krishna
  • 706
  • 5
  • 22
  • 2
    [You should not just copy/paste answers](http://meta.stackexchange.com/questions/78658/is-it-okay-to-copy-paste-answers-from-other-questions) from [someone else](http://stackoverflow.com/a/20710550/1073945) – Diyarbakir May 19 '16 at 13:42