Location returns NULL
问题 I am writing an Android app that returns longitude and latitude, however location holds a Null value. Please see if you can see why, Its been bugging me all day. Code below: public class example extends Activity { public static double latitude; public static double longitude; LocationManager lm; LocationListener ll; Location location; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView