I have a strange issue with android development. I tried to debug my program with real device (samsung gt5660). I downloaded drivers from the official site - Samsung Kies. Then I switched phone into debug mode. After that usb connection was restarted every few seconds, so phone shows notifications "connection... debug mode on" again and again. I tried different usb port, then shut down Win7 and start Ubuntu 11.04 - and have the same result there. It s strange because on the other PC this phone works fine and doesn t restart debug mode every second. Can anybody give an advice - what can I do to fix this issue?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...