Jump to content
CRO_Tomislav

Delphi 10.3 - install older SDK

Recommended Posts

Hello.

 

I need some help.

I need to make some small application for Android 4.2.2.

I have Delphi 10.3 but I need to install some older SDK.

Can someone point me (page or instruction) how to install older SDK and use it in project*

 

Thanks in advance

Tomislav

Share this post


Link to post

You don't need to install an older SDK. You do however need to ensure that:

 

The minSdkVersion value in AndroidManifest.template.xml is 19 (replacing %minSdkVersion%)

In the NDK settings in SDK Manager, ensure that the NDK API Location value ends with android-19, and the path in the Delphi NDK Library path value that has "platforms" in the value also has android-19 in the path

Share this post


Link to post

Ok...

 

How do I modificate AndroidManifest.template.xml?

Can you send me some screen shoots of needed modifications?

 

Thx

Tomislav 

Share this post


Link to post
9 hours ago, CRO_Tomislav said:

How do I modificate AndroidManifest.template.xml?

image.thumb.png.c9bfc589c96d630bd4f112b48dea60a3.png

 

9 hours ago, CRO_Tomislav said:

Can you send me some screen shoots of needed modifications?

 

image.thumb.png.74eb3ac0297d94f556c8d618c9fdd5eb.png

Share this post


Link to post

Hello.

 

Big THX for this screen shoots...

I have only one question: Where I can found this AndroidManifest.template.xml?

I found in a project folder AndroidManifest.xml but not this "template"? Not even by windows search...

 

With best regards

Tomislav

Share this post


Link to post

Hello.

 

I make changes based on Your suggestion on SDK Manager, but I still have a same problem.

When I tray to run application on a device, I receive next error:

image.png.14448572c644996af0f0015794decd74.png

Only what I didn't do is change AndroidManifest.Template.xml because I can not found it.

But, when I check AndroidManifest.xml file in Project folder, a can see that is OK:

image.thumb.png.b2ad0874a74f377c59ee658af1793bf1.png

 

Any idea?

 

With best regards

Tomislav

Share this post


Link to post

Hi.

 

I make a changes to androd version 16, and also make modification of AndroidManifest.template.xml for minversion to "16".

I make a clean, add run parameters -cleaninstall

And now I get next error:

 image.png.e97513f72b0d878d5d829a09e14e2bf1.png

 

There is no application install on Android device...

 

Any idea?

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×