Page 1 of 1

Savin Android standalone on Windows but...

Posted: Sat Jan 05, 2013 9:34 am
by giovanni_c
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!

Re: Savin Android standalone on Windows but...

Posted: Sat Jan 05, 2013 10:33 pm
by Simon
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

Re: Savin Android standalone on Windows but...

Posted: Sun Jan 06, 2013 12:59 am
by sturgis
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.

Re: Savin Android standalone on Windows but...

Posted: Mon Jan 07, 2013 3:50 am
by Simon
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