Only fullscreen opaque activities can request orientation 안드로이드 오레오 버그. manifest.xml 에서 1. android:screenOrientation="portrait" 제거 2. 추가if (android.os.Build.VERSION.SDK_INT < Build.VERSION_CODES.O) { setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);} 카테고리 없음 2018.10.01
org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.GSSName proguard-ruls 파일에-keep class org.apache.http.**{ *; }-dontwarn org.apache.http.** [안드로이드 공부]/UI 2018.10.01
import org.apache.http.NameValuePair 에러 gradle 에서 useLibrary 'org.apache.http.legacy' dependencies에 compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' 두 줄 넣어주면 됨. [안드로이드 공부]/UI 2018.10.01