Home > Back-end >  Delphi Android environment configuration
Delphi Android environment configuration

Time:09-17

In Delphi run Android empty project, whether by machine, real or virtual machine appears the question,
[DCC Error] The specified task The executable location "c: \ program files \ (x86) embarcadero \ studio \ 19.0 \ bin \ dccaarm exe" is invalid.
Great god taught,

CodePudding user response:

Use Delphi to develop an android application, you need to install the Delphi platform, also install the android the NDK SDK, also install the Java jre JDK, even the installed configuration of a good thing, the key is you need to open the EMB menu under the android Tools updated, at least to Build Tools update is complete, preview, do not have to,

CodePudding user response:

Check your installation program, see the c: \ program files \ (x86) embarcadero \ studio \ 19.0 \ bin \ dccaarm exe is there,

CodePudding user response:

You can have a look at: the Delphi XE8 developing Android mobile application development environment Settings

https://download.csdn.net/download/tanqth/9601750
  • Related