Livecode Wiki
Advertisement

Here we'll cover Android specific topics:


If you have some trouble, please read here: http://livecode.com/how-to-deploy-apps-to-android-devices/

Beware: if you put some command that isn't supported on mobile platform, the message containing the unsupported command could end at the unsupported command. For cross platform software suggest to use:

if the enviroment is "mobile" then
 ...
else
 ...
end if
Advertisement