Created
January 21, 2016 08:17
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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