最赞回答 / 慕粉0925227312
在给的导航部分的Sample工程中,有一个文件“assets/BaiduNaviSDK_Resource_v1_0_0.png”,这个文件才是最终的解决办法。把它copy到自己工程对应的位置上,一切就都好了。
2017-03-06
最新回答 / 自由的气息
试下这个TelephonyManager tel = (TelephonyManager) paramContext.getSystemService(Context.TELEPHONY_SERVICE);CellLocation cellLocation = tel.getCellLocation(); int nPhoneType = tel.getPhoneType(); if (nPhoneType == 1 && cellLocation inst.
2017-01-23