Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When I send a GPS location to my running app via DDMS (Devices and Emulator Control views, Manual tab of Emulator Control, clicking the Send button), it causes my running app to "reset" (crash?) - it no longer shows its Views and goes into a never-ending "pulsating Android logo" state.

What could be causing this?

share|improve this question

1 Answer

I was having the same problem.

Although I found this answer Requesting single location update, AVD crashes

If your compiling your app against 2.3 the only work around I have found is to drop the android version you develop from back to 2.2

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.