Contenido sobre Android
Buscar
Social
Ofertas laborales ES

Foro sobre Android > error al ejecutar aplicaion android en 32 bits en linux

Hola amigos, estoy tratando de crear mi primer aplicacion en android studio pero me encuentro que al ejecutarla salta el siguiente error. alguien me puede ayudar a solucionarlo? gracias

ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them
you will have to do at least one of the following:
- Use the '-force-32bit' option when invoking 'emulator'.
- Set ANDROID_EMULATOR_FORCE_32BIT to 'true' in your environment.
Either one will allow you to use the 32-bit binaries, but please be
aware that these will disappear in a future Android SDK release.
Consider moving to a 64-bit Linux system before that happens.

septiembre 1, 2015 | Unregistered Commenteromar

Aqui te deja bastante claro lo qeu tienes que hacer

Desde eclipse y desde linea de comandos, hay varias respuestas que te pueden ayudar.

http://stackoverflow.com/questions/26494305/error-32-bit-linux-android-emulator-binaries-are-deprecated

septiembre 2, 2015 | Registered Commenterantuansoft