Genymotion Plugin for Eclipse
The Genymotion plugin for Eclipse allows you to test your application developed with Eclipse IDE. It uses ADB to connect to any active virtual device and push your application. To use the plugin, you need to have the Android Developer Tools plugin for Eclipse installed. In this section, you will be able to install, use the plugin and run Android applications.
Installing the plugin
You can install Genymotion plugin for Eclipse in one of the following ways:
- Update Site method (recommended);
- Manual method.
Update Site method (recommended)
- Start Eclipse.
- Go to
Help/Install New Software
menu and click Add. - Fill in the fields with the following values and click OK.
- Name: Genymotion
- Location: http://plugins.genymotion.com/eclipse
- Expand Genymobile.
- Click Select all and Next.
- Click Next.
- Read and accept the license terms.
- Click Finish.
A security warning indicates that the plugin is not signed; click OK. - Click Yes to restart Eclipse.
The Genymotion plugin button is displayed in the toolbar.
'프로그래밍 > android' 카테고리의 다른 글
터치 이벤트를 구현하는 3가지 방법 (0) | 2014.12.16 |
---|---|
this (0) | 2014.12.08 |
onInterceptTouchEvent함수를 이용해 자식 뷰로 전달되는 이벤트를 가로채기 (0) | 2014.12.08 |