Android Exception MapActivity: Couldn't get connection factory client

来源:互联网 发布:账号自动登录软件 编辑:程序博客网 时间:2024/05/21 10:55

For using Map,things you need to Keep in mind :

1.Add internet permission in Manifest file

    <uses-permission android:name="android.permission.INTERNET" />

2.Add Library code in Manifest file :

 <uses-library android:name="com.google.android.maps" /> 
  1. Extend Map Activity instead of Activity also ensure that your SDK is Google not Android

  2. Then generate Map Key using Release Key and not by using Default Android Debug keyCheck this post for creating Key using Release Key.

原创粉丝点击