如何安装genymotion模拟器中文

&Genymotion模拟器的安装与使用
Genymotion模拟器的安装与使用
开通极客学院VIP会员,免费观看全部会员课程
最低 21.6 元 / 月
VIP会员尊享特权
观看全部会员课程
720P高清视频下载
已有会员账号,请
视频太卡?试试切换线路
本课时讲解如何在Windows中下载与安装JDK。
本课时讲解如何在Mac OSX中下载与安装JDK。
本课时学习使用ADT搭建Android L开发环境。
本课时分析不同的SDK版本所包含的资源,以及SDK Manager的使用方法。
本课时学习使用ADT Bundle自带的ARM系统镜像,创建一个虚拟机。
本课时讲解英特尔硬件加速执行管理器安装,英特尔Intel Atom Android模拟器下载安装与配置。
本课时讲解Genymotion的安装与配置及如何调试Android。
本课时讲解通过USB连接到Android真机,在终端中配置adb工具,并使用adb工具对安卓手机进行调试。
本课时讲解通过USB连接到Android真机,在Windows下为Android手机安装驱动,并使用adb工具对安卓手机进行调试。
只有成为VIP会员才能提问&回复,快吧!如果你还没有账号你可以一个账号。
添加新技术问题
课程 [Genymotion模拟器的安装与使用]
中已存在问题
添加新技术问题
问题描述越详细,被解答的速度越快
有新回答时请邮件提醒我
着急,拜托快点
不急,慢慢解决
关联课程 [Genymotion模拟器的安装与使用]
服务热线:400-678-8266下次自动登录
现在的位置:
& 综合 & 正文
android genymotion模拟器怎么使用以及怎么连接eclipse来带动模拟器
genymotion是一款号称速度最快性能最好的android模拟器,它基于Oracle VM VirtualBox。支持GPS、重力感应、光、温度等诸多传感器;支持OpenGL 3D加速;电池电量模拟;能够运行在windows、linux、mac系统下;并提供的有eclipse下的插件,可以支持在eclipse下进行应用开发测试。
(一)首先介绍下如何下载并运行genymotion模拟器
在网站上点击sign up按钮开始进行注册。
填写相关注册信息
完成注册后会提示你有邮件发到你上一步填写的邮箱去激活账户
在邮箱里激活刚注册的账户
激活刚注册的账户会提示你可以开始下载genymotion
登陆刚注册的账户
选择下载genymotion
选择包含virtualbox的genymotion-1.0-vbox.exe进行下载
下载完genymotion-1.0-vbox.exe,运行该exe按照默认的选项一路安装下去即可
安装完成后在桌面上会发现genymotion命令行工具图标:Genymotion Shell;genymotion图标:Genymotion:Genymotion;以及虚拟机Oracle VM VirtualBox的图标。
点击Genymotion图标运行genymotion会提示你需要创建虚拟设备,点击yes按钮开始创建虚拟设备。
使用注册好的用户名和密码连接服务器
连接好服务器后开始添加自己需要的虚拟机
按Next按钮创建虚拟设备
点击Create按钮
运行虚拟设备
设置android SDK目录
再次运行genymotion中的虚拟设备
使用起来确实比google提供的模拟器流畅不少
(二)安装安兔兔进行测分
genymotion模拟器的安兔兔测试得分
google模拟器的安兔兔测试得分:
安兔兔测得在同一台电脑上同是Nexus 480X800的虚拟设备genymotion分值高达13836,而测试得到的google模拟器只有区区953,genymotion在各项参数上均表现好不少。
(三)在eclipse下安装genymotion插件
启动eclipse,选择Help-&Install New Software菜单
点击add按钮
填入Genymobile、点击OK按钮
选择genymotion相关插件选项进行安装
接受相关协议
忽略相关警告
提示重启eclipse即已经完成genymotion插件的安装,点击yes按钮重启eclipse
重启eclipse会在工具栏上发现genymotion的图标,点击即可启动该插件。
第一次启动genymotion插件需要填入genymotion的安装目录:C:\Program Files\Genymobile\Genymotion
(四)调试应用程序,这里我调试一个OpenGL的程序。发现OpenGL的程序在genymotion上运行的很好。
点击eclipse上的genymotion插件图标,在弹出的对话框选择以前创建的虚拟设备启动。
在eclipse下的工程项目上单击鼠标右键,在弹出的菜单里选择Run as-&Run Configurations.
在Run Configurations对话框选择下面的选项即可
之后运行工程项目即可发现当前的这个opengl项目在genymotion上能很流畅的运行
(五)genymotion shell命令行工具
可在genymotion shell下输入相关指令获取一些信息或者设置一些参数之类
genymotion shell支持的命令行如下所示:
Command line options
-h Print help
-r ip_address Connect to specific Genymotion Virtual Device
-c "command" Execute the given command in genyshell environment and return
-f file Execute the content of the file. Each command per line
Available commands
battery getmode
Return the current battery mode of the selected virtual device. The mode can only be:
host: The virtual battery reflect the host battery (if exists)
manual: In this mode, you can set the level and status battery values
battery setmode
Set the battery mode. The mode can only be:
host: The virtual battery reflect the host battery (if exists)
manual: In this mode, you can set the level and status battery values
battery getlevel
Return the current battery amount of power. The value can only be between 0% and 100%.
If the battery mode is "host", the returned value is the host value.
battery setlevel
Set the current battery amount of power. The value can only be between 0% and 100%.
Set the battery level force the "manual" mode: if the last mode was "host", then it's turned to "manual"
battery getstatus
Return the current battery status. There are 4 possible status:
Discharging: The power supply is disconnected and the battery is discharging.
Charging: The power supply is connected and the battery is charging.
Full: The battery is full.
Unknown: Sometimes, the battery status cannot be established, it happens when there is no host battery.
battery setstatus
Set the current battery status. There are 4 possible status:
Discharging: The power supply is disconnected and the battery is discharging.
Charging: The power supply is connected and the battery is charging.
Full: The battery is full.
Unknown: Sometimes, the battery status cannot be established, it happens when there is no host battery.
devices list
List available Genymotion virtual devices and provides details like current states or IP address.
devices ping
Send a ping message to check if virtual device if responding
devices refresh
Refresh Genymotion virtual device list. Use it to keep the list up-to-date.
devices select
Select the Genymotion virtual device you want to interact with.
devices show
List available Genymotion virtual devices and provides details like current states or IP address
gps activate
Activate the GPS sensor (if not already activated)
gps desactivate
Desactivate the GPS sensor (if activated)
gps getlatitude
Return the actual latitude (if GPS is activated AND already has a latitude) or 0
gps setlatitude
Set latitude (and activate GPS if not allready activated)
gps getlongitude
Return the actual longitude (if GPS is activated AND allready has a longitude) or 0
gps setlongitude
Set longitude (and activate GPS if not allready activated)
gps getaltitude
Return the actual altitude (if GPS is activated AND allready has a altitude) or 0
gps setaltitude
Set altitude (and activate GPS if not allready activated)
gps getaccuracy
Return the actual accuracy in meters (if GPS is activated AND allready has a accuracy) or 0
gps setaccuracy
Set accuracy (and activate GPS if not allready activated)
gps getorientation
Return the actual orientation in meters (if GPS is activated AND allready has a orientation) or 0
gps setorientation
Set orientation (and activate GPS if not allready activated)
android version
Return the Android version of the selected virtual device
build number
Return the genymotion shell build number
Prompt the help.
Pause execution (in number of seconds).
Return GenyShell version.
exit or quit
Close Genymotion Shell.
&&&&推荐文章:
【上篇】【下篇】作为Android开发者,我们都离不开Android模拟器来运行我们项目,当然,你可能会说用手机测试不是很好吗,干嘛用模拟器呢,还那么慢,但是有一个问题,用手机测的话,手机有时会被测的卡死,相信你们也都遇到过,不过,现在一种可以秒杀Android原生模拟器的“神器”诞生了――Genymotion!或许大家对它还有很多疑问,别着急,本文就将详细为您介绍下Genymotion的详细操作使用过程,还等什么,赶快体验吧!
重点推荐:顶级Android项目
今天收集了上百个Android开源项目分享,全是各类顶尖的设计项目,希望对and…往往最有创意的应用。最能吸引我们关注的眼球,你曾经用过的最有创意的应用…现将史上最牛的Android应用项目整理,173个开源项目堪称Android史上的经典… Android开发又将带来新一轮热潮,很多开发者都投入到这个浪潮中去了,创…早年Android生态系统被人诟病的一大问题便是系统和应用在UI设计上简陋粗糙…
您对模拟器Genymotion的要求及评价是?
很好,运行速度非常快
一般,运行不是很顺畅
凑合,运行没有预期好
很差,运行卡功能不全
飞快的运行速度
所有程序都兼容
不会出现卡机现象
容易安装快速上手
作为Android开发人员,在开发项目的过程中,我们往往会遇到各种各样的难题,针...
...在一种可以秒杀Android原生模拟器的“神器”诞生了――Genymotion!或许大家...
...ne Card的公开,都让我们看到了Google 在以Holo主题为代表的Android Design...
在本专题中,您将学习如何构建通过Internet使用XML的Android应用程序。Android ...Genymotion Android Emulator – Fast o Easy o Anywhere
Develop – Test – Deliver
NEW! Genymotion On Demand
(Android AMIs – Amazon EC2)
Android Emulator on Amazon Web Services (AWS)
A unique platform to bring your Android app to perfection!
Develop with Confidence
Test early, often, easily
Deliver to Delight
Develop higher quality apps!
Simulate 3000+ virtual device configurations and every imaginable situation to ensure a better user experience.
Be Agile: Code and Test often and early before and after committing your code to eliminate pesky bugs.
test cases
with Java API and automate them with Command line tool or with our Gradle plugin while you are in development phase.
Test early, test often. Automate and validate with confidence
Achieve broader virtual device test coverage.
Test more accurately by automating reduce human induced bugs.
Collaborate early, often and easily with all stakeholders.
Promote and Deliver your app in style
Conduct Private Beta without fear of losing control over your source code.
Let your customers try your apps fearlessly right from your website.
Free your customers from hardware by enabling them to use your app on any device – mobile or desktop.
Choose your plan from /year
Or enjoy the power of Genymotion to make Android OS run online. On demand.
"Genymotion is the best Android emulator ever. Everything is in one place, it works fast, and the support service is really good. It really simplified our work."
Vladislav Iliushin, QA engineer
"Here at Badoo we are using the excellent emulator Genymotion to speed up our Android development and automated tests. They have a professional team and it’s a pleasure to work with them."
Orene Gauthier, HEAD OF MOBILE ENGINEERING
Join our community of 4.5 million active users and 10,000+ companies
Ask for more information
Give us a call or drop by for a visit at one of our office locations
San Francisco
2 Embarcadero Center
San Francisco, CA 94111
1 rue du Mail
Paris, France, 75002
279 bis rue de Créqui
Lyon, France, 69007
Chosen request type requires you to be logged in
Add Address
Edit Address
Name of this address for future reference
First name
VAT number
A VAT number is only required for EU companies to have VAT excluded
Syntax of VAT number must be: Country Code + Number. Example: FR1234567
Afghanistan
?land Islands
American Samoa
Antarctica
Antigua and Barbuda
Azerbaijan
Bangladesh
Bosnia and Herzegovina
Bouvet Island
British Indian Ocean Territory
Burkina Faso
Burma (Myanmar)
Cape Verde
Cayman Islands
Central African Republic
Christmas Island
Cocos (Keeling) Islands
Congo, Dem. Republic
Congo, Republic
Cook Islands
Costa Rica
Czech Republic
Dominican Republic
East Timor
El Salvador
Equatorial Guinea
Falkland Islands
Faroe Islands
French Guiana
French Polynesia
French Southern Territories
Guadeloupe
Guinea-Bissau
Heard Island and McDonald Islands
Ivory Coast
Kazakhstan
Korea, Dem. Republic of
Kyrgyzstan
Liechtenstein
Madagascar
Man Island
Marshall Islands
Martinique
Mauritania
Micronesia
Montenegro
Montserrat
Mozambique
Netherlands
Netherlands Antilles
New Caledonia
New Zealand
Norfolk Island
Northern Mariana Islands
Palestinian Territories
Papua New Guinea
Philippines
Puerto Rico
Reunion Island
Russian Federation
Saint Barthelemy
Saint Kitts and Nevis
Saint Lucia
Saint Martin
Saint Pierre and Miquelon
Saint Vincent and the Grenadines
San Marino
S?o Tomé and Príncipe
Saudi Arabia
Seychelles
Sierra Leone
Solomon Islands
South Africa
South Georgia and the South Sandwich Islands
South Korea
Svalbard and Jan Mayen
Switzerland
Tajikistan
Trinidad and Tobago
Turkmenistan
Turks and Caicos Islands
United Arab Emirates
United Kingdom
United States
Uzbekistan
Vatican City State
Virgin Islands (British)
Virgin Islands (U.S.)
Wallis and Futuna
Western Sahara
Buenos Aires
Ciudad de Buenos Aires
Corrientes
Entre Ríos
Río Negro
Santa Cruz
Santiago del Estero
Tierra del Fuego
British Columbia
New Brunswick
Newfoundland and Labrador
Northwest Territories
Nova Scotia
Prince Edward Island
Saskatchewan
Central Java
Central Kalimantan
Central Sulawesi
Coat of arms of East Java
East Nusa Tenggara
East kalimantan
Lambang Provinsi Papua Barat
Lambang Riau
Lambang propinsi
North Maluku
North Sulawesi
North Sumatra
South Kalimantan
South Sulawesi
South Sumatra
Southeast Sulawesi
West Kalimantan
West Nusa Tenggara
West Sulawesi
West Sumatra
Yogyakarta
Alessandria
Ascoli Piceno
Barletta-Andria-Trani
Caltanissetta
Campobasso
Carbonia-Iglesias
Forlì-Cesena
Medio Campidano
Monza e della Brianza
Olbia-Tempio
Pesaro-Urbino
Reggio Calabria
Reggio Emilia
Verbano-Cusio-Ossola
Vibo Valentia
Aguascalientes
Baja California
Baja California Sur
Distrito Federal
Estado de México
Guanajuato
Michoacán
Nuevo León
Querétaro
Quintana Roo
San Luis Potosí
Tamaulipas
California
Connecticut
District of Columbia
Massachusetts
Mississippi
New Hampshire
New Jersey
New Mexico
North Carolina
North Dakota
Pennsylvania
Puerto Rico
Rhode Island
South Carolina
South Dakota
US Virgin Islands
Washington
West Virginia
Phone Number
We are using cookies to provide statistics that help us give you the best experience of our site. By continuing to use the site you are agreeing to our use of cookies. You can find our .

我要回帖

更多关于 genymotion模拟器 的文章

 

随机推荐