i\'m tring to use the gps on the android emulator, i\'ve the following code:
public class NL extends Activity { private LocationManager locmgr = null; @O
FOUND THE SOLUTION:
LocationManager.NETWORK_PROVIDER is WRONG.
correction: LocationManager.GPS_PROVIDER