Savin Android standalone on Windows but...
Posted: 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!
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!