yorgosg wrote:Hi
I have downloaded version 1.0 of the friendfinder. I had some trouble with the location getting null value at first, but then I replaced the code, with the code kSara suggested (only this worked, I tried everything else and nothing happenned):
//boolean gpsEnabled = myLocationManager.isProviderEnabled("gps");
//this.myLocation.setProvider("gps");
this.myLocation = new Location("gps");
this.myLocation.setLongitude( 46.51119 );
this.myLocation.setLatitude(-121.45356);
now the contacts I have, along with the distances appear normally.
However, when I press the menu button and then the "open visual friendtracker". the following error occurs:
Any ideas?? any help will be appreciated!
MapAPI key seems to me.



