apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "com.example.aclientz.aclientzcds"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
debug {
debuggable true
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
}
運行我在開發Android的Android應用程序studio.Created簽署的buindle APK安裝我的手機(安卓5.0)工作perfactly,但它不是在andoid 5.0+版本的工作。如何避免這個問題,請給出建議我的Android APK無法在Android 6.0
給Logtrace請! –
最好的方式調試你的代碼,否則不知道從這裏。 –
你得到的錯誤是什麼? –