android - Genymotion 微信閃退 not find plugin.location_google.GoogleProxyUI
問題描述
環境:
Genymotion 2.7
Genymotion已安裝arm translation 1.1 包
安裝微信 6.1/6.2/6.3都會出現如下的問題
com.tencent.mm E/dalvikvm: Could not find class ’com.tencent.mm.plugin.location_google.GoogleProxyUI’, referenced from method com.tencent.mm.plugin.location_google.LocationInit$LocationInitImp.createStartIntentcom.tencent.mm W/dalvikvm: VFY: unable to resolve const-class 7221 (Lcom/tencent/mm/plugin/location_google/GoogleProxyUI;) in Lcom/tencent/mm/plugin/location_google/LocationInit$LocationInitImp;com.tencent.mm W/dalvikvm: Unable to resolve superclass of Lcom/tencent/mm/plugin/location_google/GoogleMapView; (2222)com.tencent.mm W/dalvikvm: Link of class ’Lcom/tencent/mm/plugin/location_google/GoogleMapView;’ failedcom.tencent.mm D/dalvikvm: DexOpt: unable to opt direct call 0x861f at 0x0e in Lcom/tencent/mm/plugin/location_google/LocationInit$LocationInitImp;.createMapViewcom.tencent.mm W/dalvikvm: Unable to resolve superclass of Lcom/tencent/mm/plugin/location_google/GoogleMapView; (2222)com.tencent.mm W/dalvikvm: Link of class ’Lcom/tencent/mm/plugin/location_google/GoogleMapView;’ failed
問題解答
回答1:竟然用到了 GoogleMapView,這個包是 Google play 里的提取的吧,你可以安裝谷歌服務框架,或者使用國內市場分發的安裝包。
相關文章:
1. Python的os.listdir在獲取文件列表時的順序問題2. 這是什么情況???3. 統計 - MYSQL版本問題導致SQL語法錯誤!unknow column ’SQLSTR’4. java - svn導下來的項目,web-inf下怎么沒有lib文件呀?5. docker start -a dockername 老是卡住,什么情況?6. node.js - 關于你不知道的JavaScript上一書介紹的行為委托7. javascript - 想問下百分比進度條實現原理以及這種布局怎么實現,還有賽馬時背景跟著動的原理?8. python - Pycharm的Debug用不了9. 有哪些將html5語義化標簽運用到極致的站點?10. javascript - 這是什么插件能把能把cli里面的webpack打包信息格式化?
