Relative Content

Tag Archive for androiddelphi

Compiling a Delphi 11.3 multi device application errors

I wrote a multi device Delphi 11.3 application. It compiles fine on Win32 platform, but throws an error when I try to compile on Android platform. The error is due to the existence of winAPI.windows and VCLs in uses clause. Why should this be a problem since it is a multi device application?