本文主要记录在Android开发中遇见的一些问题,以及解决方法。
2015.12.01
1、adb.exe 端口被占用
解决:
http://blog.csdn.net/xiaanming/article/details/9401981
http://blog.csdn.net/zeng_zhi_1991/article/details/48318495
2、emulator: ERROR: Unable to load VM from snapshot. The snapshot has been saved for a different hardware configuration.
模拟器:错误:无法从虚拟机上加载快照,快照已被保存为一个不同的硬件配置。(存档错误无法读取)
解决办法:
Android Virtual Device Manager -> delete AVD -> new AVD
重新创建个AVD,解决。
摘自:http://blog.csdn.net/weiming8517/article/details/8099713
时间: 2025-01-14 07:18:47