[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
}
'안드로이드 > Error' 카테고리의 다른 글
[Android][error] kotlinx.coroutines error (0) | 2019.03.11 |
---|---|
[android][error]project refresh failed - cache.properties.lock (0) | 2015.11.19 |
[android][error]No resource found that matches the given name (0) | 2015.02.04 |
[android][error]No resource found that matches the given name (0) | 2015.02.04 |
[android][error] (0) | 2015.01.12 |