]
Stefan Miklosovic updated ARQ-1582:
-----------------------------------
Fix Version/s: droidium_1.0.0.Alpha3
Honor ANDROID_SDK_HOME, deprecate generatedAvdPath
--------------------------------------------------
Key: ARQ-1582
URL:
https://issues.jboss.org/browse/ARQ-1582
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Droidium
Affects Versions: droidium_1.0.0.Alpha2
Reporter: Karel Piwko
Assignee: Stefan Miklosovic
Priority: Critical
Fix For: droidium_1.0.0.Alpha3
ANDROID_SDK_HOME represents a top level directory that is used to store metadata of AVDs.
By default, this directory equals $HOME.
However, various plugins and tools - such as Jenkins Android Plugin, allow to change
ANDROID_SDK_HOME to better isolate jobs.
Droidium should be able to:
* pass androidSdkHome in arquillian.xml with default = user.home
* honor this directoryand create generated AVDs there - this will limit write access to
single location - e.g. pattern would be ${androidSdkHome}/.android/${avdName}.avd
Then, *generatedAvdPath* can be dropped altogether - reasoning is that Android UI does
not allow that neither and it does not make much sense to split metadata and AVD itself.
--
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: