开发者

Permission to Send data

开发者 https://www.devze.com 2023-04-09 22:24 出处:网络
Is there a permission to send data to the server ? Because my data sent to the server when I use java project but when the code written in android project th开发者_StackOverflow中文版e data can not b

Is there a permission to send data to the server ? Because my data sent to the server when I use java project but when the code written in android project th开发者_StackOverflow中文版e data can not be uploaded. Thanks...


Do you have Internet permission in Manifest file? If not, add this

<uses-permission
        android:name="android.permission.INTERNET" />

into manifest file.

0

精彩评论

暂无评论...
验证码 换一张
取 消