简体   繁体   English

install_failed_older_sdk错误Delphi 10.1柏林

[英]install_failed_older_sdk error Delphi 10.1 Berlin

i'm using Delphi 10.1 Berlin for Android programming. 我正在使用Delphi 10.1 Berlin进行Android编程。 When clicking compile the project get older sdk error. 单击编译项目时,获取较旧的SDK错误。 I can not change AndoridManifest.xml because the file loading dynamicly and recreating when run project. 我无法更改AndoridManifest.xml,因为运行项目时文件会动态加载并重新创建。 Delphi XE7 no problem but Delphi 10.1 Berlin (SDK 24) getting the error. Delphi XE7没问题,但是Delphi 10.1 Berlin(SDK 24)得到了错误。

My Phone: LG P920 Android Version: 2.3.5 SDK Tools: installed (2.3.3-2.3.7 API 10 and other new versions) Delphi: 10.1 Berlin Windows 7 我的手机:LG P920 Android版本:2.3.5 SDK工具:已安装(2.3.3-2.3.7 API 10和其他新版本)Delphi:10.1 Berlin Windows 7

General 一般

SDK properties SDK属性

Unfortunately you won't get very far with Delphi 10.1 Berlin and your device. 不幸的是,您对Delphi 10.1 Berlin和您的设备的了解不会很快。 According to Embarcadero's Delphi 10.1 Seattle Android Software Requirements documentation , Delphi 10.1 Berlin only supports back to Ice Cream Sandwich, specifically Android 4.0.3 and 4.0.4 (API Level 15). 根据Embarcadero的Delphi 10.1 Seattle Android软件需求文档 ,Delphi 10.1 Berlin仅支持Ice Cream Sandwich,特别是Android 4.0.3和4.0.4(API级别15)。

API Level 10 is no longer supported. 不再支持API级别10。 It was last supported by Delphi XE7, according to Embarcadero's Delphi XE7 Seattle Android Software Requirements documentation . 根据Embarcadero的Delphi XE7 Seattle Android软件需求文档 ,它最后由Delphi XE7支持。

General target platform support details for Embarcadero's various Delphi product versions are provided on the Platform Status docwiki page. 平台状态 docwiki页面上提供了Embarcadero的各种Delphi产品版本的常规目标平台支持详细信息。

One other point, though. 不过,还有一点。 You are right inasmuch as your Android project's Android\\Debug\\AndroidManifest.xml file keeps getting re-written each time you build your project. 您是对的,因为每次构建项目时,Android项目的Android \\ Debug \\ AndroidManifest.xml文件都会不断被重写。 However if you want to change what is written out to it you can quite readily do so by editing the project's AndroidManifest.template.xml file in the project folder. 但是,如果要更改写入的内容,可以很容易地通过在项目文件夹中编辑项目的AndroidManifest.template.xml文件来进行更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM