안드로이드/Error
[android][error]cannot find symbol variable HttpStatus
햇살웃음
2015. 11. 17. 14:33
[message]
Error:(23, 23) error: package org.apache.http does not exist
Error:(59, 35) error: cannot find symbol variable HttpStatus
where T is a type-variable:
T extends Object declared in class
[why]
compileSdkVersion : 23 ~
[solved]
app> build.gradle
android {
useLibrary 'org.apache.http.legacy' //insert this line
}