android - Google Maps does not work -


i working on android 2.2 project. project needs display google map user. select build target android 2.2 , google maps classes don't includes in it. how solve problem?

i got

[2011-05-11 10:52:54 - chapter 8 5] re-installation failed due different application signatures. [2011-05-11 10:52:54 - chapter 8 5] must perform full uninstall of application. warning: remove application data! [2011-05-11 10:52:54 - chapter 8 5] please execute 'adb uninstall com.paad.whereami' in shell. [2011-05-11 10:52:54 - chapter 8 5] launch canceled! 

when try run tutorial on google maps on google apis 3.0

use google api 2.2 .

for uninstalling application command line, either add android-sdk path in $path variable or go platform-tools folder in android sdk installation. thee give command.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -