|
|
|
Android มัน error ตรง Import org.apache.http.HttpEntity ไม่ทราบเป็นเพราะอะไรหรอครับ |
|
|
|
|
|
|
|
ตอนที่สร้าง Project และสร้างไฟล์ ให้ ค่อย ๆ Copy ไปวางครับ ถ้า Copy ทั้งไฟล์ก็น่าจะ Error ตัวนี้ครับ
|
|
|
|
|
Date :
2016-03-31 14:50:17 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใน gradle ให้เพิ่ม
useLibrary 'org.apache.http.legacy'
ส่วนตรง
dependencies {
compile 'org.apache.httpcomponents:httpclient:4.5.2'
}
จากนั้นก็ Import Library ไปใช้ได้ตามปกติครับ
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
debuggable false
signingConfig signingConfigs.releaseConfig
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debugSigned {
debuggable true
signingConfig signingConfigs.releaseConfig
}
debug {
debuggable true
}
}
useLibrary 'org.apache.http.legacy'
}
dependencies {
compile 'org.apache.httpcomponents:httpclient:4.5.2'
}
|
|
|
|
|
Date :
2016-04-07 08:34:21 |
By :
cre_kiwsan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2016-04-08 09:15:34 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|