I wanted to learn twitter connect example. For that i just downloaded a sample app from here. I just tried to run that app. When I run this app on Android 2.3.3, it is working fine but when I run it on android 4.1.2, it's giving an error NetworkOnMainThreadException. In that code, the author has used AsynTask background thread to perform network operations but still this error exists. Now I am confused, where is the error coming from. Please help.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
There are two Solution of this Problem. 1) Don't write network call in Main 2) Write below code into your
And below import statement into your java file.
|
|||||||||||
|
|
use this link to integrate twitter in android application, this will work in all android version. |
||||
|
|
|
Did you checked by removing the Hope this will help you. |
|||||||||||
|
