Ch2 pp56-59 map example
The app throws a 'force close' when I click on the 'Show map' button.
Logcat has the output:
02-23 14:23:46.730: E/AndroidRuntime(735): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=geo:37.827500,-122.481670 }
There seems to be a problem with parsing 'geo:37.827500,-122.481670'
Is there something missing in manifest.xml? Permissions for map view?
All the other parts of the example are fine.
|