扫码关注官方订阅号
业精于勤,荒于嬉;行成于思,毁于随。
mapView是null估计你忘记findViewById了吧。可以单点调试下
我也遇到这个问题了 findViewById写了的 mapView不是null 是因为mapView.onCreate(savedInstanceState)这里面传入的savedInstanceState为null 导致的
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
mapView是null
估计你忘记findViewById了吧。可以单点调试下
我也遇到这个问题了 findViewById写了的 mapView不是null 是因为mapView.onCreate(savedInstanceState)这里面传入的savedInstanceState为null 导致的