error while testting on my device
hi
all my web service are ok when i test on the emulator but when deploy my application on a device i have this error
Code:
04-23 17:32:51.769: E/AndroidRuntime(7797): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.soutem.service/com.soutem.activity.rest}: android.os.NetworkOnMainThreadException
04-23 17:32:51.769: E/AndroidRuntime(7797): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
......
.......
04-23 17:32:51.769: E/AndroidRuntime(7797): Caused by: android.os.NetworkOnMainThreadException
.......
04-23 17:32:51.769: E/AndroidRuntime(7797): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
..
i just added the internet permession and i am working on my local network , my device is conected via wifi and my server is jboss 6 ..
my application android 2.3.3 and my HTC is on android 4 !