Is there a way to build a Firemonkey multi device project for any of the other platform other than windows?
I’ve already succesfully build a project that was set on Win32 using Rad Studio plugin that uses MSBuild, but it would also be nice if I can build it for iOS and Android as well.
When I set the platform to Android for example it fails, because it tries to build a windows application. It should use Android SDK instead of MSBuild.