Jan Papousek created ARQ-1132:
---------------------------------
Summary: If the platform has more than one ABI, the emulator is not created
Key: ARQ-1132
URL:
https://issues.jboss.org/browse/ARQ-1132
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Android
Affects Versions: android_1.0.0.Alpha1
Reporter: Jan Papousek
Assignee: Karel Piwko
The creation script looks like:
{code}
${ANDROID_HOME}/tools/android create avd -n <avd name> -t android-<level> -f
-p <avd name> -c <sd size>
{code}
If the platform contains more than one ABI, the following error appears:
{code}
Valid ABIs: armeabi-v7a, x86
Error: This platform has more than one ABI. Please specify one using --abi.
{code}
Btw. the eror isn't displayed and is silently ignored by android extension.
Developer should be able to specify ABI or other options in creation script.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira