本文介绍了在Delphi 10.3.3上定位Android API 29的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有Delphi 10.3.3,并且Google Play上有一些我经常更新的应用。情况是在11月2日,我将必须在我的应用程序上定位API 29。

I have the Delphi 10.3.3, and I have some apps on Google Play that I update frequently. The case is that on Nov 2, I will have to target API 29 on my apps.

问题是Delphi 10.3.3不会自动执行此操作。所以这是我认为我必须做的事情,我不知道该怎么做:

The thing is that Delphi 10.3.3 does not do this automatically. So this is the list of things I think I have to do and I do not know how to do them:


  • 使用Android SDK下载新的API 29 Delphi的管理器(我找不到)

  • 编辑SDK Manager配置以正确安装API 29

  • 编辑Android Manifest文件定位到API 29

这种情况是我不知道如何通过Delphi编辑AndroidManifest文件,因为我认为我之前需要做一些步骤。 (我需要知道如何编辑它,我在任何地方都找不到此信息)

The case is that I do not know how to edit the AndroidManifest file through Delphi because I think I need to do some steps before. (I need to know how to edit it, I do not find this info anywhere)

我需要安装API 29,在Delphi上对其进行正确配置,并在Delphi中编辑AndroidManifest.xml 。

I need to install the API 29, configure it well on Delp and edit AndroidManifest.xml in Delphi.

感谢您的回答。我需要帮助:-)

I'll appreciate your answers. I need help :-)

推荐答案

您是否阅读过Embarcadero的文档?

Did you read Embarcadero's documentation yet?

这篇关于在Delphi 10.3.3上定位Android API 29的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 04:55
查看更多