1.出错内容:An error occured while deploying the file或者使用adb devices连接的时候出现下面的错误

adb server version (40) doesn't match this client (41); killing...

修改方案都一样将genymotion自带的sdk替换成自己安装的。

genymotion-》reference-》settings

我的android sdk的路径:

/Users/chennan/Library/Android/sdk

2.An error occured while deploying the file.This probably means that the app contians ARM native code and you Genymotion device cannot run ARM instructions.You should either build your native code to x86 or install an ARM translation tool in your device.

解决方法:

  下载Genymotion-ARM-Translation-Librarities工具转换包。百度云下载:https://pan.baidu.com/s/1OvT-4obXvTIf-M5QGexcQA

  下载后不要解压,直接拖进模拟器中

  然后执行下面的命令,使文件生效

    1. adb shell

    2. cd /sdcard/Download/

    3. sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip

  重启genymotion

最新文章

  1. 建站随手记:installation python virtualenv mezzanine -1
  2. 使用Hive或Impala执行SQL语句,对存储在Elasticsearch中的数据操作
  3. java版本的学生管理系统
  4. sshpass
  5. 【Demo 0011】多媒体播放器
  6. Android屏幕相关设置
  7. Python模块之pickle(列表,字典等复杂数据类型与二进制文件的转化)
  8. bzoj:2423: [HAOI2010]最长公共子序列
  9. Github上的Android项目介绍之ListViewAnimation(针对listView item的侧滑菜单)(1)
  10. html中layui+jfinal模板实现前端搜索功能
  11. mariadb-半同步复制
  12. DX9 DirectX 索引缓存(IndexBuffer) 代码
  13. P2922 [USACO08DEC]秘密消息Secret Message
  14. Jmeter(三十一)_数据驱动,业务关联
  15. Oracle触发器报错
  16. Intel Code Challenge Final Round (Div. 1 + Div. 2, Combined) A. Checking the Calendar 水题
  17. PIVOT运算符使用(动态行转列)
  18. 【OpenCV】SIFT原理与源码分析:关键点描述
  19. 爬行百度标题&URL案例
  20. linux下关于压缩、解压相关的操作

热门文章

  1. JS中逗号运算符的用法
  2. sql server常用函数总结
  3. Oracle 如何查看当前的实例及切换实例
  4. 0502 xss 实验
  5. 【ASE高级软件工程】第一次结对作业
  6. pip install win32api报错解决方法
  7. php的三个常用判断函数
  8. 玩转springcloud(三):服务的提供者与调用者(注册于发现)
  9. python实现数据的压缩与归档
  10. GOLANG的继承+接口语法练习