Skip to content

AVD cannot be created if more than one ABI is available #59

@codeanticode

Description

@codeanticode

Tried to run the sketch in the emulator, but got this error in the console:

-post-build:

debug:
/Users/andres/code/android/sdk/tools/android create avd -n Processing-0230 -t android-10 -c 64M -s WVGA800
    status: 1
    897ms
    stdout:
Valid ABIs: default/armeabi, default/x86
    stderr:
Error: This platform has more than one ABI. Please specify one using --abi.
at bottom of ensure proper

Processing needs to specify the ABI. As a potential optimization, if native ABI is avilable (i.e.: x86), then it could try to use it instead...

Also, do we need to be able of select the AVD (#19)?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions