application unable to access internet on device while working properly on android emulator?

前端 未结 1 662
长发绾君心
长发绾君心 2021-01-15 23:35

I have developed one SIP based application which is not able to use an internet connection while debugging on an android device. But when debugging on the emulator it works

相关标签:
1条回答
  • 2021-01-16 00:14

    To access Internet the only Uses Permission needed is android.permission.INTERNET in Manifest. Please Check your Internet connectivity with a Browser in Phone first.

    0 讨论(0)
提交回复
热议问题