делаю все по очередности, для ubuntu: https://github.com/ruboto/ruboto/wiki/Getti...ted-with-Rubotoостановилось на: Код | android -s create avd -f -n Android_4.1 -t android-16 --sdcard 64M |
Код | # android -s create avd -f -n Android_4.1 -t android-16 --sdcard 64M Valid ABIs: no ABIs. Error: This platform has more than one ABI. Please specify one using --abi |
куда мне поставить эту опцию --abi (-b) ? я ставил ее везде  , в итоге пишет ошибку синтаксиса опций! Код | # android -s create avd -f -n Android_4.1 -b -t android-16 --sdcard 64M Error: Oops, it looks like you didn't provide an argument for '-b'. '-t' was found instead.
Usage: android [global options] create avd [action options] Global options: -h --help : Help on a specific command. -v --verbose : Verbose mode, shows errors, warnings and all messages. --clear-cache: Clear the SDK Manager repository manifest cache. -s --silent : Silent mode, shows errors only.
Action "create avd": Creates a new Android Virtual Device. Options: -c --sdcard : Path to a shared SD card image, or size of a new sdcard for the new AVD. -n --name : Name of the new AVD. [required] -a --snapshot: Place a snapshots file in the AVD, to enable persistence. -p --path : Directory where the new AVD will be created. -f --force : Forces creation (overwrites an existing AVD) -s --skin : Skin for the new AVD. -t --target : Target ID of the new AVD. [required] -b --abi : The ABI to use for the AVD. The default is to auto-select the ABI if the platform has only one ABI for its system images.
|
тестовый файлик установочный QuickStart-debug.apk на смартфоне запустился, НО в случае ошибки нету отладки блеать! гониво какое-то
|