Probably your app version number is not in a valid format. Needs to be a decimal number. 1.01 == OK 1.0.1 == NOT OK
See this SO answer for more: https://stackoverflow.com/a/50940047 On Thu, Sep 19, 2019 at 11:14 AM Gareth Murfin <[email protected]> wrote: > Everything was working fine, but suddenly now when I send Android build I > get this error, any ideas? > > C:\Users\Gaz\Documents\hobmonitor-app_v2_bitbucket\codenameoneProject\build.xml:346: > Can't assign value '${codename1.version}' to attribute version, reason: > class java.lang.NumberFormatException with message 'For input string: > "${codename1.version}"' > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/73e8f47e-cf75-431f-8fc3-c1358a3a47e8%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/73e8f47e-cf75-431f-8fc3-c1358a3a47e8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKXRuz%3DTmUOjMCOsQwV%2Bcm%2BE3T7uN0sfPrS5iNqREzZ9hw%40mail.gmail.com.
