1.添加APP网络许可 1.添加Retrofit2依赖 链接2 implementation 'com.squareup.retrofit2:retrofit:2.8.1'
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
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0