httpGet

来源:3-3 网络请求(下)

wyong1023

2017-04-10 23:16

HTTPGet request = new HttpGet(buf.tostring);

我用的Android studio 没有这个属性 ,我也找不到 clict

写回答 关注

1回答

  • qq_朱正仁_0
    2017-04-14 18:21:36

    在bulid.gradle中加入useLibrary 'org.apache.http.legacy' 这是因为 Android6.0之后不支持httpclient

    android {
       useLibrary 'org.apache.http.legacy'
       compileSdkVersion 25
       buildToolsVersion "25.0.2"
       defaultConfig {
           applicationId "cn.zhuzhengren.youdaodemo123456"
           minSdkVersion 23
           targetSdkVersion 25
           versionCode 1
           versionName "1.0"
           testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
       }

Android语音词典

使用第三方讯飞语音实现中英文语音词典的功能

10336 学习 · 13 问题

查看课程