CRO_Tomislav 0 Posted August 11, 2020 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
Dave Nottage 557 Posted August 11, 2020 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
CRO_Tomislav 0 Posted August 11, 2020 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
Dave Nottage 557 Posted August 12, 2020 9 hours ago, CRO_Tomislav said: How do I modificate AndroidManifest.template.xml? 9 hours ago, CRO_Tomislav said: Can you send me some screen shoots of needed modifications? Share this post Link to post
CRO_Tomislav 0 Posted August 12, 2020 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
CRO_Tomislav 0 Posted August 12, 2020 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: 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: Any idea? With best regards Tomislav Share this post Link to post
CRO_Tomislav 0 Posted August 12, 2020 Ok, found it, I will made all changes as you suggest me. Keep you back by info.. With best regards Tomislav Share this post Link to post
CRO_Tomislav 0 Posted August 12, 2020 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: There is no application install on Android device... Any idea? Share this post Link to post