Error Invalid PLATFORM variable “MCD” [duplicate]

白昼怎懂夜的黑 提交于 2019-12-12 12:19:58

问题


I've just installed Delphi XE5 since I wanna try to develop with android.

But I cannot compile anything because I always get an error message. This is the error I get while I compile:

[Error Error] Invalid PLATFORM variable "MCD". PLATFORM must be one of the following: "Win32", "Win64", "Android", "iOSSimulator", "iOSDevice", or "OSX32". If PLATFORM is defined by your system's environment, it must be overridden in the RAD Studio IDE or passed explicitly on the command line to MSBuild; e.g., /p:Platform=Win32.


回答1:


It seems to me your error message is pretty clear.
Select Tools --> Options --> Environment Variables and override the PLATFORM variable.

Have you tried this?



来源:https://stackoverflow.com/questions/18795530/error-invalid-platform-variable-mcd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!