Android使用Retrofit2向服务器发送Application/Json请求
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
用户评论