返回顶部
首页 > 资讯 > 服务器 >Android使用Retrofit2向服务器发送Application/Json请求
  • 560
分享到

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

retrofit2服务器JSONretrofitAndroid 2022-06-06 13:06:22 560人浏览 薄情痞子
摘要

1.添加APP网络许可 1.添加Retrofit2依赖 链接2 implementation 'com.squareup.retrofit2:retrofit:2.8.1'

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 supported starting with Android O (--min-api 26)

修复方法添加如下代码

 compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }


作者:星月㏇保洁


--结束END--

本文标题: Android使用Retrofit2向服务器发送Application/Json请求

本文链接: https://lsjlt.com/news/29560.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作