In 1.6 sdk, map is not displaying, i put all the permissions and uses-
library in manifest, added the external map.jar from add-on... created
AVD manager with google-API 4....
But when runnning, its showing
11-10 15:31:00.255: ERROR/AndroidRuntime(1587): Uncaught handler:
thread main exiting due to uncaught exception
This happened to me once, and it was because I had forgotton to
specify the 'maps' avd when setting up the project - so the maps apis
had not been included in the path.
> This happened to me once, and it was because I had forgotton to
> specify the 'maps' avd when setting up the project - so the maps apis
> had not been included in the path.