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!
Savin Android standalone on Windows but...
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 52
- Joined: Sat Sep 08, 2012 10:50 am
Re: Savin Android standalone on Windows but...
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
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!
Re: Savin Android standalone on Windows but...
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.
Worth a shot.
Re: Savin Android standalone on Windows but...
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
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!