Android问题-DelphiXE5编义时提示找不到“连接器(arm-linux-androideabi-ld.exe)"

问题现象:DelphiXE5编义时提示找不到“连接器(arm-linux-androideabi-ld.exe)"

问题提示:
Checking project dependencies...
Compiling Project1.dproj (Debug, Android)
dcc command line for "Project1.dpr"
d:软件delphixe5program filesembarcadero ad studio12.0indccaarm.exe -$O- --no-config -M -Q -TX.so
-AGenerics.Collections=System.Generics.Collections;Generics.Defaults=System.Generics.Defaults;WinTypes=Winapi.Windows;WinProcs=Winapi.Windows;
DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE -DDEBUG -E.AndroidDebug -I"d:软件delphixe5program filesembarcadero ad studio12.0libAndroiddebug";
"d:软件delphixe5program filesembarcadero ad studio12.0libAndroidRelease" -LE"C:Documents and SettingsAll UsersDocumentsRAD
Studio12.0BplAndroid" -LN"C:Documents and SettingsAll UsersDocumentsRAD Studio12.0DcpAndroid" -NU.AndroidDebug -NSSystem;Xml;Data;
Datasnap;Web;Soap; -O"d:软件delphixe5program filesembarcadero ad studio12.0libAndroidRelease" -R"d:软件delphixe5program filesembarcadero ad
studio12.0libAndroidRelease" -U"d:软件delphixe5program filesembarcadero ad studio12.0libAndroiddebug";"d:软件delphixe5program
filesembarcadero ad studio12.0libAndroidRelease" --libpath:"D:软件delphiXE5Documents and SettingsAll UsersDocumentsRAD
Studio12.0PlatformSDKsandroid-ndk-r8eplatformsandroid-14arch-armusrlib" --linker:"D:软件delphiXE5Documents and SettingsAll
UsersDocumentsRAD Studio12.0PlatformSDKsandroid-ndk-r8e oolchainsarm-linux-androideabi-4.6prebuiltwindowsinarm-linux-androideabi-ld.exe"
-V -VN --linker-option:" -L "D:软件delphiXE5Documents and SettingsAll UsersDocumentsRAD
Studio12.0PlatformSDKsandroid-ndk-r8esourcescxx-stlstlportlibsarmeabi-v7a"" -NO.AndroidDebug Project1.dpr
[DCC Fatal Error] F1026 File not found: 'D:软件delphiXE5Documents and SettingsAll UsersDocumentsRAD Studio12.0PlatformSDKsandroid-ndk-r8e oolchainsarm-linux-androideabi-4.6prebuiltwindowsinarm-linux-androideabi-ld.exe'
Failed
Elapsed time: 00:03:34.1

问题原因:原因是SDK放在了中文的文件夹下

问题处理:目录改为英文就OK了。

原文地址:https://www.cnblogs.com/FKdelphi/p/4633880.html