
form factors に Android Things を選ぶ



以下のような build.gradle が作成される
apply plugin: 'com.android.application'
...
android {
...
}
dependencies {
...
compileOnly 'com.google.android.things:androidthings:+'
}
apply plugin: 'com.android.application'
...
android {
...
}
dependencies {
...
compileOnly 'com.google.android.things:androidthings:+'
}
0 件のコメント:
コメントを投稿