[arquillian-issues] [JBoss JIRA] (ARQ-1582) Honor ANDROID_SDK_HOME, deprecate generatedAvdPath

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Nov 27 07:32:06 EST 2013


Karel Piwko created ARQ-1582:
--------------------------------

             Summary: 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


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: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list