[ 
https://issues.jenkins-ci.org/browse/JENKINS-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160166#comment-160166
 ] 

Kevin Chow edited comment on JENKINS-12910 at 3/12/12 5:58 PM:
---------------------------------------------------------------

Hello Chris,

My test machine maybe reset, so when we tried to run the jenkins job, I got the 
following warning. I needed to manually install "ARM EABI v7a System Image" to 
continue.

I think this is a known issue as you mentioned..

Is it anyway I could update the jenkins job to download r17-preview instead of 
sdk r16? Do I need to modify the plugin code to do so?

Or would you suggest that I download r17 preview and unzip it to 
/tmp/jenkins/tools/android-sdk; then don't let this plugin to download SDK for 
me.

Any advice is more than welcomed. Thanks,

Kevin

[android] No Android SDK found; let's install it automatically...
03:56:04  Downloading and installing Android SDK from 
http://dl.google.com/android/android-sdk_r16-macosx.zip
03:56:11  [android] Base SDK installed successfully
03:56:11  [android] Going to install required Android SDK components...
03:56:11  [android] Installing the 'platform-tool,tool' SDK component(s)...
03:56:11  $ /tmp/jenkins/tools/android-sdk/tools/android update sdk -o -u -t 
platform-tool,tool
03:56:13  Refresh Sources:
03:56:13    Fetching 
https://dl-ssl.google.com/android/repository/addons_list-1.xml
......
03:57:01  $ /tmp/jenkins/tools/android-sdk/tools/android list target
03:57:02  [android] The configured Android platform needs to be installed: 
android-15
03:57:02        It appears that the configured platform is based on Android 4.0 
or newer.
03:57:02        This requires the 'ARM EABI v7a System Image' package which 
cannot be automatically installed with SDK Tools r16 or earlier.
03:57:02        Please install this component manually via the Android SDK 
Manager, or upgrade to SDK Tools r17


                
      was (Author: kevinchow):
    Hello Chris,

My test machine maybe reset, so when we tried to run the jenkins job, I got the 
following warning. I needed to manually install "ARM EABI v7a System Image" to 
continue.

I think this is a known issue as you mentioned..

Is it anyway I could update the jenkins job to download r17-preview instead of 
sdk r16? Do I need to modify the plugin code to do so?

Any advice is more than welcomed. Thanks,

Kevin

[android] No Android SDK found; let's install it automatically...
03:56:04  Downloading and installing Android SDK from 
http://dl.google.com/android/android-sdk_r16-macosx.zip
03:56:11  [android] Base SDK installed successfully
03:56:11  [android] Going to install required Android SDK components...
03:56:11  [android] Installing the 'platform-tool,tool' SDK component(s)...
03:56:11  $ /tmp/jenkins/tools/android-sdk/tools/android update sdk -o -u -t 
platform-tool,tool
03:56:13  Refresh Sources:
03:56:13    Fetching 
https://dl-ssl.google.com/android/repository/addons_list-1.xml
......
03:57:01  $ /tmp/jenkins/tools/android-sdk/tools/android list target
03:57:02  [android] The configured Android platform needs to be installed: 
android-15
03:57:02        It appears that the configured platform is based on Android 4.0 
or newer.
03:57:02        This requires the 'ARM EABI v7a System Image' package which 
cannot be automatically installed with SDK Tools r16 or earlier.
03:57:02        Please install this component manually via the Android SDK 
Manager, or upgrade to SDK Tools r17


                  
> SDK Fresh Installation should install ARM EABI v7a system Image
> ---------------------------------------------------------------
>
>                 Key: JENKINS-12910
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12910
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: android-emulator
>         Environment: Android 4.0.3 (API 15)
>            Reporter: Kevin Chow
>            Assignee: Christopher Orr
>
> When the new SDK is downloaded and installed, it only installs SDK Platform 
> but not "ARM EABI v7a System Image". 
> That's why I see this error in the run:
> [android] Using Android SDK: /tmp/jenkins/tools/android-sdk
> 14:10:38  [android] Setting hardware properties:
> 14:10:38      disk.cachePartition.size: 768M
> 14:10:38  $ /tmp/jenkins/tools/android-sdk/platform-tools/adb start-server
> 14:10:38  [android] Starting Android emulator
> 14:10:38  $ /tmp/jenkins/tools/android-sdk/tools/emulator -no-boot-anim 
> -ports 53709,53710 -prop persist.sys.language=en -prop persist.sys.country=US 
> -avd hudson_en-US_160_WXGA800_android-15 -no-snapshot-load -no-snapshot-save 
> -partition-size 768
> 14:10:39  emulator: ERROR: This AVD's configuration is missing a kernel file!!
> The workaround is to download and install "ARM EABI v7a System Image" and 
> re-kick off the Emulator run.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to