android最快的模拟器
https://www.genymotion.com/
genymotion
Plugin for Android Studio Guide
Version 1.0.7 | December 10th, 2015Copyright
No part of this document may be reproduced or transmitted
in any form or by any means, without prior written
permission of Genymobile.
Android is a trademark of Google Inc.
Genymotion Plugin for Android Studio Guide
Copyright - 2Genymotion Plugin for Android Studio Guide
Table of Contents - 3
Table of contents
Overview 4
Installing the plugin 5
Using the plugin 6
Running Android applications 8Overview - 4
Genymotion Plugin for Android Studio Guide
Overview
The Genymotion plugin for Android Studio allows you to test your application developed with
the Android Studio IDE. It uses ADB to connect to any active virtual device and push your
application.
This guide explains how to install, use the plugin and run Android applications.
In this guide, the following instructional icons are used:
Notes, tips or additional information.
Situations that could cause performance issues or data losses.Installing the plugin - 5
Genymotion Plugin for Android Studio Guide
Installing the plugin
You can install Genymotion plugin for Android Studio in one of the following ways:
JetBrains repository method (recommended);
Manual method.
JetBrains repository method (recommended)
1. Start Android Studio.
2. Go to:
Windows and Linux: File/Settings.
Mac OS X: Android Studio/Preferences.
3. Select Plugins and click Browse repositories.
4. Right-click (double-click for Mac OS X) on Genymotion.
5. Click Download and install and proceed with the next steps.
6. Restart Android Studio by clicking Restart.
From Android Studio 0.3.0 onwards, the toolbar, where Genymotion icon
is displayed, is hidden by default. To display it, click View > Toolbar.
Manual method
1. Download the Genymotion plugin for Android Studio from the page.
2. Start Android Studio.
3. Go to:
Windows and Linux: File/Settings.
Mac OS X: Android Studio/Preferences.
4. Select Plugins and click Install plugin from disk.
5. Select the genymotion-IDEA-plugin.jar file and click OK.
6. Restart Android Studio by clicking Restart.
From Android Studio 0.3.0 onwards, the toolbar, where Genymotion icon
is displayed, is hidden by default. To display it, click View > Toolbar.Using the plugin - 6
Genymotion Plugin for Android Studio Guide
Using the plugin
To start using the Genymotion plugin:
1. Click from the Android Studio toolbar.
The following window opens:
2. Browse for the Genymotion application installation directory:
Windows: C:\Program Files\Genymobile\Genymotion
Mac OS X: /Applications/Genymotion.app
Linux: /home/<user>/genymotion
3. Click OK.
4. Click to open the Genymotion Device Manager window:
From this window, you can perform the following actions:
Create a new virtual device using New;
This automatically starts the Genymotion creation wizard.
Start a virtual device using Start;
Refresh the list of virtual devices using Refresh.Using the plugin - 7
Genymotion Plugin for Android Studio Guide
The virtual device activation status is displayed in the Status column. Values can be:
Off: the virtual device is deactivated;
Paused: the virtual device has been started and paused.
The Restart action gets back to the exact same state;
On: the virtual device is activated, but not connected to ADB.
It means that you cannot select this virtual device in the Choose Device window of the ADB
plugin.Running Android applications - 8
Genymotion Plugin for Android Studio Guide
Running Android applications
1. Click from the Android Studio toolbar.
2. Select the virtual device you want to use and click Start.
3. Close the Genymotion window.
4. In your application project, click .
The Choose Device window opens.
5. Click on the virtual device you started or created.
After a reboot or an unexpected halt of a virtual device, its name in the
Choose Device window may become irrelevant. Close and reopen the
plugin to solve this.
6. Click OK.
While Genymotion plugin window is open, errors are displayed in the
Android Studio console.
android最快的模拟器的更多相关文章
- 第二章 Android Studio使用第三方模拟器
1.为什么要使用第三方模拟器 Android Studio自带模拟器,相对Eclipse来说项目启动速度的确快了很多倍,提高了开发效率.但和第三方模拟器进行对比的话,还是第三方的模拟器运行速度更快些. ...
- 适用于 Android 的 Visual Studio 模拟器
适用于 Android 的 Visual Studio 模拟器 https://visualstudio.microsoft.com/zh-hans/vs/msft-android-emulator/ ...
- Android Studio 无法启动模拟器的一种可能是你装的是Ghost版的系统
我遇到的问题是,打开模拟器,进度条走到最后,突然出现了emulator error,然后模拟器就无法启动(不好意思当时没有截图).我是在Ghost版 win7系统下运行Android Studio 的 ...
- 【转】android开发中关于模拟器emulation的常见问题
[转]android开发中关于模拟器emulation的常见问题 Trouble: 无法启动android模拟器,提示 XDM authorization key matches an existin ...
- Android Studio,使用外部模拟器作为生成app调试的模拟器
本文作为一个原理探究的存在. 1.作者观察发现,逍遥和夜神模拟器自身,都是有一个adb.exe和nox_adb.exe存在的,这个东西是干嘛用的呢. 应该是和本身模拟器进行通信的,我测试可以通过他们自 ...
- Android命令行启动模拟器
我们在平时的开发中会经常需要使用模拟器进行调试,这个时候我们就要先打开Android Studio来启动模拟器,然后再运行App.这个流程中启动Android Studio需要花费一些时间,而模拟器的 ...
- android超快模拟器Ggenymotion的安装和配置
原文地址:http://xiaochu.blog.51cto.com/1048262/1639613 Genymotion是一款运行速度快,且易于使用的android模拟器,非常适合与android程 ...
- Android Studio安装genymotion模拟器
1.Genymotion的安装: Genymotion无疑是目前最快最好用的模拟器.官网下载地址:https://www.genymotion.com/ 先注册,然后下载,安装VirtualBox最简 ...
- Android无线测试之—Genymotion模拟器环境搭建
genymotion是一款号称速度最快性能最好的android模拟器,它基于Oracle VM VirtualBox.支持GPS.重力感应.光.温度等诸多传感器:支持OpenGL 3D加速:电池电量模 ...
随机推荐
- CCS使用TIPS
2013-06-20 09:37:49 CCS使用TIPS: 代码编写: CCS中通过Using CodeSense方便写代码,跟VC助手类似,具体使用方法在ccs的help中搜索using visu ...
- FTPClient 工具类
package com.photoann.core.util; import java.io.BufferedInputStream; import java.io.File; import java ...
- ASP.NET 中OAUTH 2.0 及OPENID CONNECT的介绍
了解以下内容对ASP.NET 5中的验证中间件应用有很大帮助! OAUTH2是目前很多大型网站都使用的对外提供开放资源接口的应用标准,比入taobao\alipay\腾讯\豆瓣等.它和目前的另 ...
- sencha touch 2 tabpanel中List的不显示问题,解决方案
笔者在做sencha项目的时候碰到一个需求,就是"好友列表"中分为"未确认好友"和"已确认好友",两个都是一个list,自然想到的就是使用t ...
- I.MX6 android 禁止低电量自动关机
/************************************************************************ * I.MX6 android 禁止低电量自动关机 ...
- 你真的精通Java吗?
简历和自我介绍上经常能够读到“精通Java”这样的话,有人和我说,精通Java的人太多了,精通Java已经不能算亮点.不能给自己加分了.可是事实真是这样吗? 对于语言的学习,我有一种观点,一是纵向,即 ...
- shell编程——if语句 if -z -n -f -eq -ne -lt
if 条件then Commandelse Commandfi 别忘了这个结尾 If语句忘了结尾fitest.sh: line 14: sy ...
- win7远程链接ubuntu 桌面版
1.安装ubuntu 使用vagrant 添加了一个ubuntu12.04(xmanager好像只能控制最高这个版本,14.04没成功过) 2.安装xmanager 4 3.修改ubutu配置文件 s ...
- [RQNOJ313]波浪数
题目描述 波浪数是在一对数字之间交替转换的数,如1212121,双重波浪数则是指在两种进制下都是波浪数的数,如十进制数191919是一个十进制下的波浪数,它对应的十一进制数121212也是一个波浪数, ...
- js 中&& 与 ||
/*** 几乎所有语言中||和&&都遵循“短路”原理,* 如&&中第一个表达式为假就不会去处理第二个表达式,而||正好相反.* js也遵循上述原则.* 当||时,找到为 ...