简体   繁体   English

错误:不兼容的类型:字符串无法转换为 JSONObject url,(字符串)null,^

[英]error: incompatible types : String cannot be converted to JSONObject url, (String) null,^

错误:不兼容的类型

I am trying to create an app using Volley library, this app is about showing some meeting dates, but it's showing me this error whenever I am executing the app.我正在尝试使用 Volley 库创建一个应用程序,该应用程序是关于显示一些会议日期,但每当我执行该应用程序时它都会向我显示此错误。

You are trying to assign a String value to a JsonObject.您正在尝试将字符串值分配给 JsonObject。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM