Savin Android standalone on Windows but...

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
giovanni_c
Posts: 52
Joined: Sat Sep 08, 2012 10:50 am

Savin Android standalone on Windows but...

Post by giovanni_c » Sat Jan 05, 2013 9:34 am

Hi all
I've a little problem.
I've created a stack for iOS and Android on Mac configuring properly the standalone properties.
Now I've had a big problem with my Mac and Want to create the binary for Android on Windows
but I can't create it because iOS is cheched in standalone properties and I can't uncheck it...
When I try to create the standalone it try to create only for iOS (this happens even on Mac...
to create the Android binary I've to uncheck the iOS platform...).

I've tried this on my stack script:

on savingMobileStandalone pPlatform, pFolder
if "ios" is in pPlatform and the platform is "win32" then
exit to top
end if
end savingMobileStandalone

on savingMobileStandalone pPlatform, pFolder
if "ios" is in pPlatform and the platform is "win32" then
exit savingMobileStandalone
end if
end savingMobileStandalone

with no success... there is any way to do it?
Thank you very much!

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Savin Android standalone on Windows but...

Post by Simon » Sat Jan 05, 2013 10:33 pm

I'm only writing to confirm being unable to uncheck the build for iOS issue on Win.
If originally written on a Mac then transferred to Win.
It's happened to me before. Not saying it's a bug.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Savin Android standalone on Windows but...

Post by sturgis » Sun Jan 06, 2013 12:59 am

You've already probably tried this, but rather than unchecking the ios box, put a check in one of the other boxes. (windows, mac, or linux) this will hopefully uncheck both ios and android at which point you can hopefully re-check android by itself.

Worth a shot.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Savin Android standalone on Windows but...

Post by Simon » Mon Jan 07, 2013 3:50 am

Found an example of this:
http://lessons.runrev.com/s/lessons/m/4 ... er-control
sturgis is correct! Select build for Windows then select Android.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply