问题:

im trying to implement MapView example which is defined on Android Hello Views example but now im facing Failed to find provider info for com.google.settings error...


解决方法:

The MapView example doesn't set API key by default. So you must set it. Here is step by step:

  • Get MD5 from your system

    %JAVA_HOME%\bin\keytool.exe -list -alias androiddebugkey -keystore "C:\Documents and Settings\<user>\.android\debug.keystore" -storepass android -keypass android 
  • Get API key by pasting the generated MD5 to this page

    http://code.google.com/android/maps-api-signup.html 
  • Paste the generated API key to {your_project_root}/res/layout/map.xml

  • In AndroidManifest.xml, make sure

    <uses-library android:name="com.google.android.maps" /> inside <application> 

    and

    <uses-permission android:name="android.permission.INTERNET" /> inside <manifest> 
  • Refresh your project and run

Note:

  • The path of keytool.exe, debug.keystore and map.xml may differ on your system.
  • If you publish your app, be sure to register another API key.
  • If you don't set API key properly, your app will fail on phone and the error message probably is "... has stopped unexpectedly. Please try again. - Force close"

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android 基本控件的常用属性
  2. 如何在AOSP构建中设置默认启动程序?
  3. 最新Eclipse配置Android开发环境SDK 并安
  4. android应用如何在有需要时申请root权限?
  5. Android混合应用程序:JQueryMobile ajax不
  6. Android MediaCodec硬解码AAC音频文件(实
  7. 【Android应用开发技术:应用组件】Android
  8. 自定义适配器的实现
  9. Gradle返回包不存在
  10. 与adb的连接已关闭,并且发生了严重错误[重