i386 emulador de toque do ubuntu

0

Eu sigo o touch emulator para criar um emulador, e quando tento criar um com i386 com o código:

sudo ubuntu-emulator create --arch=i386 myinstance

Eu recebo o seguinte erro:

unknown flag 'arch'

mais informações:

$ sudo ubuntu-emulator create -h

Usage:
  ubuntu-emulator [OPTIONS] create [create-OPTIONS]

Creates a new emulator instance name 'name' by downloading the necessary components from the image server

Help Options:
  -h, --help          Show this help message

Create new emulator instance named 'name':
      --channel=      Select device channel (ubuntu-touch/devel)
      --server=       Select image server (https://system-image.ubuntu.com)
      --revision=     Select revision
      --use-raw-disk  Use raw disks instead of qcow2

Help Options:
  -h, --help          Show this help message

$ sudo ubuntu-emulator -h
Usage:
  ubuntu-emulator [OPTIONS]

Help Options:
  -h, --help  Show this help message

Available commands:
  create    Create new emulator instance named 'name'
  destroy   Destroys an emulator instance named 'name'
  list      Lists emulator instances
  run       Run emulator instance named 'name'
  snapshot  Manipulates snapshots for emulator instance named 'name'

$ uname -a
Linux Inspiron 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

alguma idéia porque a opção de arco não é mostrada e na página de instruções existe essa opção?

    
por ademar111190 06.06.2014 / 18:46

1 resposta

0

Estou vendo o mesmo problema. Eu acho que está relacionado ao uso da versão do emulador do Ubuntu que vem com o SDK do Ubuntu ao invés de pegá-lo no PPA.

Esse é o meu melhor palpite baseado neste howto. link

    
por user272250 15.06.2014 / 07:15