码迷,mamicode.com
首页 >  
搜索关键字:emulator    ( 363个结果
IDA配套真机ROM修改教程
模拟器调试的缺点: 1、android自带emulator,基于ARM架构,缺点启动慢,IDA附加经常下不了断点,权限不够等 2、droid4x(中文名海马玩),基于ARM架构,缺点同上 3、Genymotion,基于X86架构,启动快,缺点对于不...
分类:其他好文   时间:2015-08-05 10:52:46    阅读次数:536
android知识点回顾
接口文件:http://ah2.zhangyue.com/zybook/u/p/book.php?key=4B4adb -s emulator-5554 shelladb -s emulator-5554 install D:\Android\android-sdk-windows\tools\te...
分类:移动开发   时间:2015-08-04 17:11:29    阅读次数:118
winodws phone 模拟器问题
windows phone emulatorproblem:failed to debugdescription:windows phone emulator is unable to connect to the windows phone operating system:the emulato...
分类:Windows程序   时间:2015-08-04 15:36:29    阅读次数:454
Android模拟器用命令和DDMS模拟来电和短信
一、用命令模拟 (一)、模拟来电 1.打开命令行cmd,输入telnet 回车. 2.然后输入 o localhost 5554 回车,连到Emulator上。 3.输入gsm call 13549243178,显示OK则成功(电话号码可以任意指定) (二)、模拟短信 ...
分类:移动开发   时间:2015-07-31 18:46:17    阅读次数:238
android利用adb安装应用程序出现“more than one device and emulator wait for device ”
今天,写自动化脚本时,因在这之前进行了一下真机版本的更新,还没有从电脑上拔出,就又在adt打开了一个AVD。于是,自由自在的就去写脚本了,企图在emulator上装一个APK,在cmd窗口下,利用:adb devices查看到了,一台真机和一个模拟器,但是,利用adb install apk时,就出...
分类:移动开发   时间:2015-07-30 18:50:56    阅读次数:145
How to solve ICOM A2 ISTA-D not registered
Several months ago, I got BMW ICOM A2+B+C emulator from China, and I've installed ISTA-D and ISTA-P like this video tutorial shows: HOW TO INSTALL BMW...
分类:其他好文   时间:2015-07-29 12:03:32    阅读次数:149
AS问题解决系列4—HAX is not working
1. 问题描述 ? ? 在Windows环境下Android Studio 1.2.2中运行时,出现下面错误信息: ? ? HAX is not working and emulator runs in emulation mode ? ? emulator: The memory needed by this AVD exceeds ...
分类:其他好文   时间:2015-07-18 12:45:32    阅读次数:1025
Android建立模拟器进行调试
安装好android开发环境后 #列出当前的设备,包括physical和emulator adb devices #列出可用的设备源 android list target id: 1 or "android-21"       Name:  ... #根据可用的设备源建立一个虚拟的设备实例, -n 指定名字,-t指定id号。 android...
分类:移动开发   时间:2015-07-14 18:04:49    阅读次数:157
Android报错
1. Starting emulator for AVD 'new'     emulator: ERROR: x86 emulation currently requires hardware acceleration!     Please ensure Intel HAXM is properly installed and usable.     CPU acceleration s...
分类:移动开发   时间:2015-07-12 19:02:04    阅读次数:187
emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is
原文错误提示: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not install...
分类:其他好文   时间:2015-07-12 17:35:01    阅读次数:401
363条   上一页 1 ... 21 22 23 24 25 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!