Difference between revisions of "Android Eclipse AVD"

From InCircuit
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{ood}}
 +
 
== purpose ==
 
== purpose ==
  
Line 7: Line 9:
 
To open the AVD manager, click '''Window->Android SDK and AVD Manager'''.
 
To open the AVD manager, click '''Window->Android SDK and AVD Manager'''.
  
To create a new device, click '''New...'''. To use it along with an ICnova ADB4000, the following settings should be met:
+
To create a new device, click '''New...'''. To use it along with an [[ICnova ADB4000]], the following settings should be met:
 
* Name: adb4000_5in
 
* Name: adb4000_5in
 
* Target: Android 1.6 - API Level 4
 
* Target: Android 1.6 - API Level 4

Latest revision as of 16:53, 14 March 2017

This product is End of Life
This page is out of date

[edit] purpose

the AVD manager - AVD is an acronym for Android Virtual Devices - can be used to setup up and handle different configurations for the android emulator.

[edit] usage

To open the AVD manager, click Window->Android SDK and AVD Manager.

To create a new device, click New.... To use it along with an ICnova ADB4000, the following settings should be met:

  • Name: adb4000_5in
  • Target: Android 1.6 - API Level 4
  • SD Card Size: 128MB
  • Resolution: 800x480

Android avd.png

Clicking Create AVD the new virtual device will be created. Afterwards the device can be choosen and started by clicking Start.... The first start of a new device needs a longer duration of time to configure all parameters within the device. Afterwards a Window is appearing, showing the content of the Devices Display.

Android avd startup.png

After Android was started, the Android Desktop is appearing

Android avd home.png

Using the SDK-Tools, the debugging interface of the virtual device can be accessed, eg. to see logging messages in the terminal. To start the terminal, a command line has to be started and the command c:\path\to\android-sdk\tools\adb.exe shell executed.

A Sharp (#) is signaling the Android Device's terminal. Executing the command logcat here, will show the current logging output from the system and running applications.

Personal tools