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加速:电池电量模 ...
随机推荐
- 212. Word Search II
题目: Given a 2D board and a list of words from the dictionary, find all words in the board. Each word ...
- 一步一步制作yaffs/yaffs2根文件系统(二)---安装BusyBox,构造/bin、/sbin、/usr、linuxr
开发环境:Ubuntu 12.04 开发板:mini2440 256M NandFlash 64M SDRAM 交叉编译器:arm-linux-gcc 4.4.3点此可下载 BusyBox版本: ...
- strcpy函数的C/C++实现
2013-07-05 14:07:49 本函数给出了几种strcpy与strncpy的实现,有ugly implementation,也有good implementation.并参考标准库中的imp ...
- 【HDOJ】4261 Estimation
挺不错的一道题,基本思路是dp.关键点是如何求区间内的Sigma|A_i-B_i|.线段树做TLE了,优先队列可以过. /* 4261 */ #include <iostream> #in ...
- C++中const小结
1.const修饰普通变量(非指针变量)const修饰变量,一般有两种写法:const TYPE value;TYPE const value;对于一个非指针的类型TYPE,这两种写法在本质上是一样的 ...
- UNICODE,GBK,UTF-8区别
简单来说,unicode,gbk和大五码就是编码的值,而utf-8,uft-16之类就是这个值的表现形式.而前面那三种编码是一兼容的,同一个汉字,那三个码值是完全不一样的.如"汉"的uncode值与g ...
- Innodb的启动
Innodb的启动与关闭 1. 启动函数的流程 innobase_start_or_create_for_mysql 启动的主要步骤包括: 1. 初始化innodb的参数 2. 初始化系统结构 主要结 ...
- Java [leetcode 22]Generate Parentheses
题目描述: Given n pairs of parentheses, write a function to generate all combinations of well-formed par ...
- 【转】[MTK软件原创] [SELinux] 如何设置确认selinux模式
原文网址:http://bbs.16rd.com/thread-54766-1-1.html [Description] linux SELinux 分成Enforce 以及 Permissive 两 ...
- JavaScript中定时器
JavaScript提供定时执行代码的功能,叫做定时器(timer),主要由setTimeout()和setInterval()这两个函数来完成.它们向任务队列添加定时任务. setTimeout() ...