recampbell edited a comment on Bug JENKINS-15097

We are also seeing this problem after upgrading to the latest Android SDK. The message we see is a little different, though:

FATAL: Could not parse 21 rc4
java.lang.NumberFormatException: Could not parse 21 rc4
at hudson.plugins.android_emulator.util.Utils.parseRevisionString(Utils.java:607)
at hudson.plugins.android_emulator.util.Utils$2.call(Utils.java:192)
at hudson.plugins.android_emulator.util.Utils$2.call(Utils.java:161)

It seems like the problem is in hudson.plugins.android_emulator.util.Utils:

private static final Pattern REVISION = Pattern.compile("(\\d+)(?:\\.
d+){0,2}");

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

Reply via email to