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

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

    The top answer is a bit old. Since the GDK is no longer a sneak peek, use:

    compileSdkVersion "Google Inc.:Glass Development Kit Preview:19"
    

    Make sure you've downloaded the Glass Development Kit Preview from Tools > SDK Manager, and that you're running the latest version of Android Studio (0.55 and up.)

提交回复
热议问题