我的build.gradle
默认配置:
android {
compileSdkVersion 27
defaultConfig {
applicationId "my.app"
minSdkVersion 19
targetSdkVersion 27
multiDexEnabled true
versionCode 1
versionName "1"
vectorDrawables.useSupportLibrary = true
}
...
}
但是对于使用Android 6.0.1版的Samsung Galaxy J1,它表示该设备不兼容。
问题:可能是什么原因?
注意: 该项目使用Kotlin和Java混合代码。我应该共享什么数据以帮助找到答案?