[JIRA] (JENKINS-13906) Android emulator plugin doesn't work if multiple ABI's are installed

2012-07-25 Thread ch...@orr.me.uk (JIRA)















































Christopher Orr
 closed  JENKINS-13906 as Fixed


Android emulator plugin doesnt work if multiple ABIs are installed
















Version 2.3 of the plugin has been released, which fixes this issue.





Change By:


Christopher Orr
(25/Jul/12 10:56 AM)




Status:


Resolved
Closed



























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






[JIRA] (JENKINS-13906) Android emulator plugin doesn't work if multiple ABI's are installed

2012-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-13906


Android emulator plugin doesnt work if multiple ABIs are installed















Code changed in jenkins
User: Christopher Orr
Path:
 src/main/java/hudson/plugins/android_emulator/AndroidEmulator.java
 src/main/java/hudson/plugins/android_emulator/Constants.java
 src/main/java/hudson/plugins/android_emulator/EmulatorConfig.java
 src/main/resources/hudson/plugins/android_emulator/AndroidEmulator/config.jelly
 src/main/resources/hudson/plugins/android_emulator/Messages.properties
 src/main/webapp/help-targetAbi.html
http://jenkins-ci.org/commit/android-emulator-plugin/7a3d75b5d45f15406b8fc652035b4d392758e07f
Log:
  Merge pull request #12 from jberkel/master

FIXED JENKINS-13906 Allow user to specify target abi / system image


Compare: https://github.com/jenkinsci/android-emulator-plugin/compare/26c3b573278b...7a3d75b5d45f




























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






[JIRA] (JENKINS-13906) Android emulator plugin doesn't work if multiple ABI's are installed

2012-06-26 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-13906 as Fixed


Android emulator plugin doesnt work if multiple ABIs are installed
















Change By:


SCM/JIRA link daemon
(26/Jun/12 9:15 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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






[JIRA] (JENKINS-13906) Android emulator plugin doesn't work if multiple ABI's are installed

2012-05-24 Thread joe.bowb...@gmail.com (JIRA)
Joe Bowbeer created JENKINS-13906:
-

 Summary: Android emulator plugin doesn't work if multiple ABI's 
are installed
 Key: JENKINS-13906
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13906
 Project: Jenkins
  Issue Type: Bug
  Components: android-emulator
Affects Versions: current
 Environment: Jenkins ver. 1.465
Android Emulator Plugin 2.2
Reporter: Joe Bowbeer
Assignee: Christopher Orr


Steps:

1. Update SDK now installs both armeabi-v7a and x86 versions of android-15

# android update sdk -u -t sysimg-15

2. Observe that Create AVD now fails without --abi

# android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
android-15
Valid ABIs: armeabi-v7a, x86
Error: This platform has more than one ABI. Please specify one using --abi.

# android list targets

Available Android targets:
--
id: 1 or android-15
 Name: Android 4.0.3
 Type: Platform
 API level: 15
 Revision: 3
 Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), WVGA854, 
WXGA720, WXGA800
 ABIs : armeabi-v7a, x86

3. Observe that Android Emulator Plugin fails and lies about the cause:

[android] android create avd -f -a -s WVGA800 -n 
hudson_en-US_240_WVGA_android-15 -t android-15
  The desired platform 'android-15' requires that you install a system 
image in order to create an AVD.
  Use the Android SDK Manager to install the 'ARM EABI v7a System 
Image' for this platform.


Fix: Add --abi option to select the ABI

# android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
android-15 --abi armeabi-v7a

Related to JENKINS-11516

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




[JIRA] (JENKINS-13906) Android emulator plugin doesn't work if multiple ABI's are installed

2012-05-24 Thread joe.bowb...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowbeer updated JENKINS-13906:
--

Description: 
Steps:

1. Update SDK now installs both armeabi-v7a and x86 versions of android-15

{noformat}
# android update sdk -u -t sysimg-15
{noformat}

2. Observe that Create AVD now fails without --abi

{noformat}
# android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
android-15
Valid ABIs: armeabi-v7a, x86
Error: This platform has more than one ABI. Please specify one using --abi.
{noformat}

{noformat}
# android list targets

Available Android targets:
--
id: 1 or android-15
 Name: Android 4.0.3
 Type: Platform
 API level: 15
 Revision: 3
 Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), WVGA854, 
WXGA720, WXGA800
 ABIs : armeabi-v7a, x86
{noformat}

3. Observe that Android Emulator Plugin fails and lies about the cause:

{noformat}
[android] android create avd -f -a -s WVGA800 -n 
hudson_en-US_240_WVGA_android-15 -t android-15
  The desired platform 'android-15' requires that you install a system 
image in order to create an AVD.
  Use the Android SDK Manager to install the 'ARM EABI v7a System 
Image' for this platform.
{noformat}


Fix: Add --abi option to select the ABI

{noformat}
# android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
android-15 --abi armeabi-v7a
{noformat}

Related to JENKINS-11516

  was:
Steps:

1. Update SDK now installs both armeabi-v7a and x86 versions of android-15

# android update sdk -u -t sysimg-15

2. Observe that Create AVD now fails without --abi

# android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
android-15
Valid ABIs: armeabi-v7a, x86
Error: This platform has more than one ABI. Please specify one using --abi.

# android list targets

Available Android targets:
--
id: 1 or android-15
 Name: Android 4.0.3
 Type: Platform
 API level: 15
 Revision: 3
 Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), WVGA854, 
WXGA720, WXGA800
 ABIs : armeabi-v7a, x86

3. Observe that Android Emulator Plugin fails and lies about the cause:

[android] android create avd -f -a -s WVGA800 -n 
hudson_en-US_240_WVGA_android-15 -t android-15
  The desired platform 'android-15' requires that you install a system 
image in order to create an AVD.
  Use the Android SDK Manager to install the 'ARM EABI v7a System 
Image' for this platform.


Fix: Add --abi option to select the ABI

# android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
android-15 --abi armeabi-v7a

Related to JENKINS-11516


 Android emulator plugin doesn't work if multiple ABI's are installed
 

 Key: JENKINS-13906
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13906
 Project: Jenkins
  Issue Type: Bug
  Components: android-emulator
Affects Versions: current
 Environment: Jenkins ver. 1.465
 Android Emulator Plugin 2.2
Reporter: Joe Bowbeer
Assignee: Christopher Orr

 Steps:
 1. Update SDK now installs both armeabi-v7a and x86 versions of android-15
 {noformat}
 # android update sdk -u -t sysimg-15
 {noformat}
 2. Observe that Create AVD now fails without --abi
 {noformat}
 # android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
 android-15
 Valid ABIs: armeabi-v7a, x86
 Error: This platform has more than one ABI. Please specify one using --abi.
 {noformat}
 {noformat}
 # android list targets
 Available Android targets:
 --
 id: 1 or android-15
  Name: Android 4.0.3
  Type: Platform
  API level: 15
  Revision: 3
  Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), 
 WVGA854, WXGA720, WXGA800
  ABIs : armeabi-v7a, x86
 {noformat}
 3. Observe that Android Emulator Plugin fails and lies about the cause:
 {noformat}
 [android] android create avd -f -a -s WVGA800 -n 
 hudson_en-US_240_WVGA_android-15 -t android-15
   The desired platform 'android-15' requires that you install a 
 system image in order to create an AVD.
   Use the Android SDK Manager to install the 'ARM EABI v7a System 
 Image' for this platform.
 {noformat}
 Fix: Add --abi option to select the ABI
 {noformat}
 # android create avd -f -a -s WVGA800 -n hudson_en-US_240_WVGA_android-15 -t 
 android-15 --abi armeabi-v7a
 {noformat}
 Related to JENKINS-11516

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