Jeff

Results 1 comments of Jeff

maybe HelloWorld gradle is `android { compileSdkVersion 29 defaultConfig { applicationId "androidx.car.app.samples.helloworld" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" minSdkVersion 23 targetSdkVersion 29 versionCode 1 versionName "1.0" } compileOptions { targetCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility =...