我在我的应用程序中使用SSL配置调用SAP API我在Nougat上运行应用程序时获得了响应代码200它运行良好,但在Marshmallow&下面,它给400(不良请求),无法找到路由原因。请协助。
Gradle一段代码如下
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "xxx.xxx.xxx"
minSdkVersion 16
targetSdkVersion 25
versionCode 3
versionName "3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
答案 0 :(得分:0)
将目标SDK版本更改为23,希望您的问题能够得到解决