我尝试使用 LG android 版本 4.4.2、内核版本 3.4.0 测试应用程序。我的应用在 build.gradle 中有以下内容:-
android { compileSdkVersion 18 buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.androidbegin.dialogfragmenttutorial"
minSdkVersion 8
targetSdkVersion 17
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-v4:18.0.0'
}
怎么了?