anroid import org.apache.http.Header error

 

//useLibrary 'org.apache.http.legacy'

in android-sdk-windows\platforms\android-26\optional

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':libcocos2dx')
implementation files('libs/android-async-http-1.4.8.jar')
//implementation 'org.apache.httpcomponents:httpcore:4.4.2'
implementation files('libs/org.apache.http.legacy.jar')
}



////////////

copy org.apache.http.legacy.jar to cocos2d-x\cocos\platform\android\java\libs

上一篇:Fiori Elements - get annotation implementation in backend


下一篇:Design Principle vs Design Pattern 设计原则 vs 设计模式