我正在尝试构建该项目并在我的谷歌眼镜中运行它,但是当我尝试构建它时,它表明
Error:(20, 0) Gradle DSL method not found: 'runProguard()' 可能的原因:
更新清单
<?xml version="1.0" encoding="utf-8"?>
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.google.android.glass.sample.stopwatch"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.google.android.glass.sample.stopwatch"/>