Google Glass: GDK with Android Studio

后端 未结 4 1082
青春惊慌失措
青春惊慌失措 2020-12-25 15:13

I’m trying to use the new Google Glass Development kit with Android Studio. Unfortunately I\'m not having much success.

I get the error: \"Gradle: package com.google

4条回答
  •  半阙折子戏
    2020-12-25 15:52

    Today is 1/10/2015, and from now on, the best option becomes:

    Change the compileSdkVersion in your build.gradle file to refer directly to the GDK add-on:

    android {
        compileSdkVersion "Google Inc.:Glass Development Kit Preview:19"
        buildToolsVersion "19.1.0"
    
        // other stuff...
    }
    

    You should install 19.1.0 build tools first.

提交回复
热议问题