ANDROID support from Livecode

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
srbarlow3
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 37
Joined: Fri Sep 28, 2012 5:20 pm

ANDROID support from Livecode

Post by srbarlow3 » Thu Feb 27, 2014 1:36 am

I completed my first simple utility app in IOS and Android and want to get them into the Apple iTunes App store and Google Play. Quite a few hoops to jump through but I wanted to run the maze with this first simple app to see how it's done. One question is about what Android versions are supported. iOS is rather straight forward as we know the vendor on all the hardware and the simulator, so far, seems fairly reliable. I have been testing on the AVD and seem to have some problems with earlier versions 2.2..although a 2.3.3 works fine.
I realize 3.0 and up is probably 85-90% of the installed base, but what is the minimum version I should require? Does the processor matter? Android developers guidelines say to test on at least two actual device... a handheld and a tablet. Is that enough as long as the simulator results are stable?

Thanks

Russ

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: ANDROID support from Livecode

Post by Mark » Thu Feb 27, 2014 10:10 am

Hi Russ,

Officially, Android 2.2 and later is supported. If you have a cheap device with Android 2.2 or 2.3, LiveCode may be incompatible with the device rather than with Android. I always build my apps for Android 2.3.3 and later and that seems to work fine. You need to make sure that your app doesn't require features that are unavailable in the minimum version set in the Standalone Application Settings.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply