Android Studio || GDK 'hello word' || import com.google.android.glass.app.Card || Cannot Resolve Symbol 'google'

后端 未结 3 1602
轻奢々
轻奢々 2020-12-20 19:51

What I am trying to do with my google glass is pretty simple: create/display a hello world card for google glass

issue is::

when i add this:

         


        
3条回答
  •  悲哀的现实
    2020-12-20 20:19

    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.

提交回复
热议问题