zoukankan      html  css  js  c++  java
  • 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了。

  • 相关阅读:
    OAuth2.0
    Base64编解码 代码
    Intent之Action
    android 之 WebView详解
    FCKeditor 在ASP.Net 中的使用说明
    css条件注释
    AspNetPager 服务器控件使用实例
    【转】分页控件ASPNETPAGET
    SQL server挂了之后
    应用主题后FCKeditor上传问题的解决及相应的改进
  • 原文地址:https://www.cnblogs.com/FKdelphi/p/4633880.html
Copyright © 2011-2022 走看看