android - org.apache.http.httpResponce (Not a repost) -


first of let me tell im complete noob here. don't know programming . wanted compile project . various google searches found out problem caused because of upgradation in android sdk. there 56 errors in project. managed solve 54 of them adding several jars java built path. im sure program clean , not contain errors. got github. pictures of errors provided thread. im using eclipse mars way. errors follows 1.the project not built since build path incomplete. cannot find class file org.apache.http.httpresponse. fix build path try building project 2.the type org.apache.http.httpresponse cannot resolved. indirectly referenced required .class files in advance

if using android sdk 23 httpresponse , other org.apache classes missing. because, have been removed. instead, use urlconnection network communication.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -