Android-skin-support
Android-skin-support copied to clipboard
高德地图SDK地图实例页面无法使用该库
高德地图SDK地图实例页面无法使用该库
<com.amap.api.navi.AMapNaviView android:id="@+id/map1" android:layout_width="match_parent" android:layout_height="match_parent"/>
map1.getMap() == null 一直为 true
楼主问题解决了没?注释掉
override fun getDelegate(): AppCompatDelegate {
Log.e("mark","getDelegate =====>")
return SkinAppCompatDelegateImpl.get(this, this)
}
就好了,但是换肤就没办法使用了,急急急