android.os.NetworkOnMainThreadException . Need to use async task?

前端 未结 2 1002
萌比男神i
萌比男神i 2020-11-29 11:52

I\'m having a problem with my android login functionality, getting android.os.NetworkOnMainThreadException

I removed the password field just for now to

2条回答
  •  执念已碎
    2020-11-29 12:19

    Just change target version in manifest file to lover than Honeycomb.

    
    

    Edit: But using AsyncTask is more convenient way to solve this issue.

提交回复
热议问题