📌  相关文章
📜  WRONG_VERSION_NUMBER(tls_record.cc:242))) - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:50.907000             🧑  作者: Mango

代码示例1
If you are in flutter, just change your requests from https to http 
(assuming you dont need a secure connection)
and enable http conections in the android manifest
with this line 

android:usesCleartextTraffic="true"

inside the application tag