Android
文章平均质量分 64
明玉似水
这个作者很懒,什么都没留下…
展开
-
eclipse ADT
给Eclipse安装ADT。 1.在线安装 1).打开Eclipse,Help ->Install New Software... ->选择Work with:后的Add...。 2).在Name选项输入Android Plugin(名字随意起),在Location输入http://dl-ssl.google.com/android/eclipse/,点 击OK,然后在下面勾选Nam转载 2015-06-05 10:14:51 · 524 阅读 · 0 评论 -
maven for android
1、安装了eclipse 2、安装Android连接器 你可以安装Android Connector for Maven 通过Eclipse Marketplace,eclipse中选择 Help -> Eclipse Marketplace,搜索android m2e; 点击安装按钮,接受相关协议,点击finish,重启eclipse。 (The Android for Maven原创 2015-06-05 16:42:52 · 537 阅读 · 0 评论 -
android常用的命令
1、adb shell:进入android的shell模式 2、安装apk adb install [-r] [-s] :安装名称为file的APK包到模拟器。其中r表示重新安装该APK包,s表示将APK包安装到sd卡上,默认是安装到手机内存中。 adb install xxx.apk:将xxx.apk安装到手机上。如果是在模拟器原创 2015-06-03 09:52:05 · 405 阅读 · 0 评论 -
获取Android界面信息
uiautomatorviewer 和 hierarchyviewer hierarchyviewer:需要root权限,没有系统限制 界面不太美观,能获取id uiautomatorviewer :不必root,4.0系统以上可用,界面体验好,不能获取控件id原创 2015-07-09 15:10:46 · 902 阅读 · 0 评论 -
Android 环境配置
1、ADT插件配置原创 2015-06-12 11:06:00 · 305 阅读 · 0 评论 -
安装android的IntelHaxm.exe时出错的问题
安装android的IntelHaxm.exe时出错的问题 This host supports Intel VT-x, but Intel VT-x is disabled. IntelVT-x might be disabled if it has been disabled in the BIOS/firmware settings orthe host has not转载 2015-07-06 09:49:30 · 674 阅读 · 0 评论