android - ListView Upload failing Device -


please have problem here. i'm new android , trying develop android software uses database , upload list. worked on emulator when tested on device gives error app not responding, please force close. please appreciate help. thanks

it not easy answer question causes may many. surely need understand anr problem, looking here

in order find cause of problem can suggest try tracking anr using command prompt:

adb shell cat /data/anr/traces.txt 

that dump appplication not responding traces command prompt.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -