Skip to content

Instantly share code, notes, and snippets.

@KazuyukiEguchi
Created January 21, 2016 08:17
Show Gist options
  • Save KazuyukiEguchi/d958db12c6eb12d402a2 to your computer and use it in GitHub Desktop.
Save KazuyukiEguchi/d958db12c6eb12d402a2 to your computer and use it in GitHub Desktop.
Android 6.0 (compileSdkVersion 23) で、DefaultHttpClient が使えなくなった場合の対処法 ref: http://qiita.com/KazuyukiEguchi/items/d297733f3467faf72788
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
useLibrary 'org.apache.http.legacy'
...省略
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment