Error in try run application on android emulator

I try run my basicgames (i don"t change anything in code) on android emulator.

This is information about my action from console.



init:

Deleting: C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2buildbuilt-jar.properties

deps-jar:

Updating property file: C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2buildbuilt-jar.properties

compile:

Copying 1 file to C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2build

Copy libraries to C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2distlib.

To run this application from the command line without Ant, try:

java -jar “C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2distMyGame.jar”

Copying 13 files to C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2mobilelibs

jar:

run-android:

Android SDK Tools Revision 12

Project Target: Android 2.2

API level: 8


Resolving library dependencies:
No library dependencies.


Importing rules file: toolsantmain_rules.xml
Creating output directories if needed...
Compiling aidl files into Java classes...
Compiling RenderScript files into Java classes and RenderScript bytecode...
Generating R.java / Manifest.java from the resources...
MyGame.compile:
Compiling 1 source file to C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2mobilebinclasses
Converting compiled files and external libraries into C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2mobilebinclasses.dex...
warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.xmlpull.v1.builder.impl.XmlDocumentImpl$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.xmlpull.v1.builder.impl.XmlElementImpl$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.xmlpull.v1.builder.impl.XmlElementImpl$2) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.xmlpull.v1.builder.impl.XmlElementImpl$3) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
Packaging resources
Creating full resource package...
Creating MyGame-debug-unaligned.apk and signing it with a debug key...
MyGame.debug:
Running zip align on final apk...
Debug Package: C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2mobilebinMyGame-debug.apk
MyGame.install:
Installing C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2mobilebinMyGame-debug.apk onto default emulator or device...
error: device not found
C:UsersMajsteRDocumentsjMonkeyProjectsBasicGame2nbprojectmobile-impl.xml:5: The following error occurred while executing this line:
C:androidSDKtoolsantmain_rules.xml:653: The following error occurred while executing this line:
C:androidSDKtoolsantmain_rules.xml:271: exec returned: 1
BUILD FAILED (total time: 25 seconds)

Do you know what is wrong?

android emulator doesn’t support OpenGL ES 2.0 and so is essentially useless for jme development, you need a physical device to test it