エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Android Unit Tests - no such property: bootClasspath
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Android Unit Tests - no such property: bootClasspath
I'm trying to execute a simple test case for Android following just announced unit testing suppor... I'm trying to execute a simple test case for Android following just announced unit testing support - http://tools.android.com/tech-docs/unit-testing-support After carefully following the walkthrough I'm trying to run ./gradlew test. I'm getting this error: Execution failed for task ':app:compileDebugGroovy'. > No such property: bootClasspath for class: com.android.build.gradle.AppPlugin while usin