• 【Eclipse导入外部包解决方案】由GoogleMap导入gms包问题引出


    这两天一直在按着官方方法学GoogleMap却总是出两个问题:

      1.  程序中通过FragmentTransaction添加MapFragment(com.google.android.gms.maps.MapFragment)时,总是报ClassNotFoundException:MapFragment.网上说的最多的BuildPath导入谷歌服务包没效果,后来才看到有人说的还要在Properties -> Android里下面的Libraries中Add里讲包导入才会工作.结果可行已解决.

      2.  若使用Layout XML文件中直接添加<fragment/>标签,却总是报InflateException:Error inflating class fragment,

      后来才看到下面还有个Exception:MapFragment couldn't cast to Fragment

      用了各种办法就是没搞定.后来把Fragment的包用android.support.v4.app.Fragment;然后fragment的class=com.google.android.gms.maps.SupportMapFragment就解决了。

      不过更不解了 Support包不是说用来给低版本的系统用的么.可我本身就是在4.0上开发,为什么还要用support包.那本地的非Support包又要什么时候用??

      

      不解。真心求知情者帮忙解惑!

  • 相关阅读:
    学习使人快乐9--eclipse常用快捷键总结
    5.20新一周
    Mybatis+Spring框架整合
    Mybatis3
    Mybatis2
    Mybatis1
    查找算法
    Spring3:spring的事务操作
    Spring2:
    Spring:
  • 原文地址:https://www.cnblogs.com/DonkeyTomy/p/2967040.html
Copyright © 2020-2023  润新知