RE: Building Android Apps

2019-10-09 Thread Ralph DiMola via use-livecode
Peter,

This is because the Version Code(standalone setting==>Android) is
numerically lower than the currently installed version. Either up the
Version Code or uninstall/reinstall the app.

Other issue you can run into: (Inconsistent Signing error)
1) When doing "test" installs if you move to another PC/Mac/VM the "Test
Signing"(standalone setting==>Android) key pair is specific to the box. To
solve this you need to either go back to the original OS or
uninstall/reinstall the app.
2) If you install a Signed version over a Test Signed version or vice versa
you will get the same error. The solution is the same. Either use the same
signing or uninstall/reinstall the app.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Peter Reid via use-livecode
Sent: Wednesday, October 09, 2019 7:26 AM
To: use-livecode@lists.runrev.com
Cc: Peter Reid
Subject: Building Android Apps

I've been building Android apps using my iMac for some time. However,
yesterday I started to get an error message "Failure
[INSTALL_FAILED_VERSION_DOWNGRADE]" when I try to build an Android
standalone app. Any ideas what's causing this and how to fix it?

Separately I'd like to be able to build Android apps on my 15in MacBook Pro
so I can do on-the-fly fixes when out and about. However I can't find
up-to-date instructions for installing Android support. Some searches
produce various suggestions including LiveCode tutorials about setting up a
Mac to work with LiveCode and Android but they all seem to be out of date
and contradict each other. In addition there's no advice for how to get to a
clean state of Java and Android.

Can anyone point to up-to-date details for setting up a Mac to create
Android apps with minimal installation of supporting technologies, both as a
clean set-up and how to clean up JDK and SDK support if necessary?

Thanks

Peter
--
Peter Reid
Loughborough, UK


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building Android Apps

2019-10-09 Thread Jjs via use-livecode
It means you are trying to install or push a build with lower version or 
version code than the one already on it. If it still not works after changing 
your app version, then remove it from the device and then push it to it again.

Peter Reid via use-livecode  schreef op 9 
oktober 2019 13:25:56 CEST:
>I've been building Android apps using my iMac for some time. However,
>yesterday I started to get an error message "Failure
>[INSTALL_FAILED_VERSION_DOWNGRADE]" when I try to build an Android
>standalone app. Any ideas what's causing this and how to fix it?
>
>Separately I'd like to be able to build Android apps on my 15in MacBook
>Pro so I can do on-the-fly fixes when out and about. However I can't
>find up-to-date instructions for installing Android support. Some
>searches produce various suggestions including LiveCode tutorials about
>setting up a Mac to work with LiveCode and Android but they all seem to
>be out of date and contradict each other. In addition there's no advice
>for how to get to a clean state of Java and Android.
>
>Can anyone point to up-to-date details for setting up a Mac to create
>Android apps with minimal installation of supporting technologies, both
>as a clean set-up and how to clean up JDK and SDK support if necessary?
>
>Thanks
>
>Peter
>--
>Peter Reid
>Loughborough, UK
>
>
>___
>use-livecode mailing list
>use-livecode@lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode

-- 
Verstuurd vanaf mijn Android apparaat met K-9 Mail.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building Android Apps

2019-10-09 Thread Heather Laine via use-livecode
Peter -

This is intended as the definitive and up to date guide to getting set up for 
Android app building with LiveCode:

http://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studio 
<http://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studio>

If it is not up to date, if you try it and fail, if you get some mysterious 
error etc please leave a comment on the lesson. We will investigate and update 
the lesson if needed.

Best Regards,

Heather


Heather Laine
Customer Services Manager
LiveCode Ltd
www.livecode.com



> On 9 Oct 2019, at 12:25, Peter Reid via use-livecode 
>  wrote:
> 
> I've been building Android apps using my iMac for some time. However, 
> yesterday I started to get an error message "Failure 
> [INSTALL_FAILED_VERSION_DOWNGRADE]" when I try to build an Android standalone 
> app. Any ideas what's causing this and how to fix it?
> 
> Separately I'd like to be able to build Android apps on my 15in MacBook Pro 
> so I can do on-the-fly fixes when out and about. However I can't find 
> up-to-date instructions for installing Android support. Some searches produce 
> various suggestions including LiveCode tutorials about setting up a Mac to 
> work with LiveCode and Android but they all seem to be out of date and 
> contradict each other. In addition there's no advice for how to get to a 
> clean state of Java and Android.
> 
> Can anyone point to up-to-date details for setting up a Mac to create Android 
> apps with minimal installation of supporting technologies, both as a clean 
> set-up and how to clean up JDK and SDK support if necessary?
> 
> Thanks
> 
> Peter
> --
> Peter Reid
> Loughborough, UK
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Building Android Apps

2019-10-09 Thread Peter Reid via use-livecode
I've been building Android apps using my iMac for some time. However, yesterday 
I started to get an error message "Failure [INSTALL_FAILED_VERSION_DOWNGRADE]" 
when I try to build an Android standalone app. Any ideas what's causing this 
and how to fix it?

Separately I'd like to be able to build Android apps on my 15in MacBook Pro so 
I can do on-the-fly fixes when out and about. However I can't find up-to-date 
instructions for installing Android support. Some searches produce various 
suggestions including LiveCode tutorials about setting up a Mac to work with 
LiveCode and Android but they all seem to be out of date and contradict each 
other. In addition there's no advice for how to get to a clean state of Java 
and Android.

Can anyone point to up-to-date details for setting up a Mac to create Android 
apps with minimal installation of supporting technologies, both as a clean 
set-up and how to clean up JDK and SDK support if necessary?

Thanks

Peter
--
Peter Reid
Loughborough, UK


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode