1. 首页
  2. 数据库
  3. 其它
  4. Android使用Retrofit2向服务器发送Application/Json请求

Android使用Retrofit2向服务器发送Application/Json请求

上传者: 2021-01-04 01:25:42上传 PDF文件 167.21KB 热度 25次
1.添加APP网络许可 1.添加Retrofit2依赖 链接2 implementation 'com.squareup.retrofit2:retrofit:2.8.1'//Retrofit依赖 版本为2.8.1 implementation 'com.squareup.retrofit2:converter-gson:2.8.1'//可选依赖,解析json字符所用 implementation(com.squareup.okhttp3:okhttp:4.5.0) 然后重新build一下 网速慢下载可能需要翻墙 报错:Invoke-customs are only suppo
用户评论