Disabling GPS in Android emulator

android, android-emulator

Solution

Or OPen Android Virtual Device Manager, click on device you want to edit then on Hardware group click on New and choose GPS support property. After you add that property to existing properties, change it value with dropdown to false. After that just click on EditAVD

Problem

Just a simple question - is there a way to disable GPS in the Eclipse Android emulator? I want to see how the application will behave when GPS is turned off.

Original source