Reputation: 83
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.
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:
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)
I need to install the API 29, configure it well on Delphi, and edit AndroidManifest.xml in Delphi.
I'll appreciate your answers. I need help :-)
Upvotes: 4
Views: 3931
Reputation: 598339
I need to install the API 29, configure it well on Delphi, and edit AndroidManifest.xml in Delphi.
Did you read Embarcadero's documentation yet?
Android Application Manifest File (AndroidManifest.xml)
Customizing Your AndroidManifest.xml File
Upvotes: 3