码迷,mamicode.com
首页 >  
搜索关键字:emulator    ( 363个结果
android玩耍(-) adbshell安装
一 什么是adbshell1 http://adbshell.com/1 Android Debug Bridge (adb) is a command line tool that lets you communicate with an emulator or connected Android...
分类:移动开发   时间:2015-12-06 13:08:36    阅读次数:232
如何在AVD上安装Apk应用
1)复制需要安装的APK文件到Android SDK的Tools文件夹中(APK和emulator.exe同文件夹),这里我们演示安装的为renren_android_1.5.apk(人人客户端)文件2)执行 Windows 开始菜单 => 所有程序 => 附件 => 命令提示符 或通过 Win+R...
分类:其他好文   时间:2015-11-25 18:46:00    阅读次数:128
安卓第一天
模拟器部分代码1.用命令启动模拟器(切换tools)emulator@模拟器名字emulator@4.4AVD2.用命令安装APK程序(切换到platform-tools)adb install 程序名.apk项目结构部分res(resource资源部分,图片,声音,视频,网页,XML文件等等)1....
分类:移动开发   时间:2015-11-25 13:27:51    阅读次数:237
HAXM is not working and emulator runs in emulation mode
手动安装C:\Users\xxxx\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe详细参考如下文章:http://my.oschina.net/1p...
分类:其他好文   时间:2015-11-17 00:03:30    阅读次数:262
adb的使用
adb命令的使用执行结果是adb为每一个设备输出以下状态信息:l序列号(serialNumber)—由adb创建的使用控制台端口号的用于唯一标识一个模拟器或手机设备的字符串,格式是<设备类型>-<端口号>,例如:emulator-5554l状态(state)—连接状态,其值是:noffline—未连接..
分类:数据库   时间:2015-10-29 16:31:37    阅读次数:230
android emulator setting & configuation
In order to make the Android emulator run faster and be more responsive, you can configure it to take advantage of hardware acceleration, using a combination of configuration options, specific Andr...
分类:移动开发   时间:2015-10-28 09:34:59    阅读次数:257
Visual Studio 2015开发Android App启动调试始终无法完成应用部署的解决方案
创建一个Android App项目后,直接启动调试发现Visual Studio Emulator for Android已成功运行,但应用始终处于Build中(等待时间超过1小时),并未如预期通过adb部署到模拟器中。将应用直接导出apk,拖拽至模拟器直接部署,提示:File transfer f...
分类:移动开发   时间:2015-10-16 18:57:01    阅读次数:434
SDK中常用的工具
Android SDK包含了各种各样的定制工具,简介如下:一、Android模拟器(Android Emulator )它是在你的计算机上运行的一个虚拟移动设备。你可以使用模拟器来在一个实际的Android运行环境下设计,调试和测试你的应用程序。二、Android调试桥(Android Debug ...
分类:其他好文   时间:2015-10-16 09:51:16    阅读次数:170
没有Hyper-V服务,WP Emulator无法启动
解决:打开管理工具
分类:其他好文   时间:2015-10-10 23:09:16    阅读次数:278
HAXM VT-X (与Hype-V冲突)
之前一直使用vs emulator. 感觉性能各方面都比较好, 但在我更新完电脑后不知道什么原因各种起不来... 无奈之下想回到Google自带的模拟器.然后发现intel haxm一直安装失败. 提示CPU不支持VT-X. 百思不得骑姐, HYPE-V都是正常运行的, 怎么可能VT没有开呢?检查了...
分类:其他好文   时间:2015-10-02 11:20:01    阅读次数:306
363条   上一页 1 ... 18 19 20 21 22 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!