Solved Android Errors
Android

How to give Internet access to android application

Add the INTERNET permission to your manifest file. You have to add this line: To perform network operations in your application, your […]