Android user-permission to access Internet

Stolenfinche

New Member
I am trying to connect to the Internet to access my server from my android application but it doesn't seem to be working. I looked online and found that I had to add\[code\]<uses-permission android:name="android.permission.INTERNET" />\[/code\]right before \[code\]</manifest>\[/code\]. But when I am doing so, the compiler is showing a warning:\[code\]<uses-permission> tag appears after <application> tag AndroidManifest.xml\[/code\]Not sure if this warning is causing my code not to work. I tried placing the \[code\]<user-permission>\[/code\] before the \[code\]<application>\[/code\] but it still was showing the same warning. What does it imply?
 
Back
Top