I\'m having a problem with my android login functionality, getting android.os.NetworkOnMainThreadException
android.os.NetworkOnMainThreadException
I removed the password field just for now to
Just change target version in manifest file to lover than Honeycomb.
Edit: But using AsyncTask is more convenient way to solve this issue.