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

后端 未结 3 1604
轻奢々
轻奢々 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:07

    Why don´t you use a sample to start your project? New Project -> Other -> Android Sample Project You can use the StopWatch to make that.

    If you don´t want, be sure that your manifest has

    
    

    Check if the GDK Sneak Peek is installed.

    This message

    Cannot Resolve Symbol 'google'
    

    Look like a syntax error or a include error in your eclipse.

    Check is the Glass Development Kit Sneak Peep is include as our library. Right Click your project -> Properties -> Java Build path -> Libraries Check too is your Project Build Target is correct on Android option.

提交回复
热议问题