Android MapActivity : Couldn't get connection factory client

前端 未结 8 2169
不思量自难忘°
不思量自难忘° 2020-11-28 12:19

I\'m trying to get the Map demos working, as provided in the Google API sample projects.  I am using AVDs and have tried with versions 8, 10 and 11 and get the same issue.

8条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-28 12:37

    Please make sure that you use permissions in your application AndroidManifest.xml.

    add these 3 lines in AndroidManifest.xml

    
    
    
    

    And also make sure keystore is pointing to the keystore you created.

    In eclipse Check Window -> Preferences ->Android ->Build : Default Debug keystore, is pointing to the key you created using keytool, else use Browse button and point to the actual key.

提交回复
热议问题