@
vilppu 真的以我仅有的开发经验,不觉得这是兼容性问题……而且没有 log 可以看吗?
附上我最近小项目的 build.gradle:
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "io.github.anthonyeef.example"
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "0.9.2"
}
下面是 dependencies:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:cardview-v7:23.0.+'
compile 'com.squareup.picasso:picasso:2.4.0'
compile 'de.hdodenhof:circleimageview:2.0.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'de.greenrobot:eventbus:2.4.0'
}