Reputation: 993
I am using Delphi 10.4 to develop for Android. I have a Motorola XT1060 running Android 5.1 that is compatible with Delphi 10.3 but generates a OLDER_SDK error on Delphi 10.4. The Android Syscheck utility results suggest the phone should meet the requirements for 10.4 described in the 10.4 docs.
The Andorid SDK Manager show Android SDK 25.2.5 32-bit in both the 10.3 and 10.4 installations. But the SDK base path and SDK API-Level location both differ between 10.3 and 10.4. I have not compared the NDK settings.
My question is whether I can safely set the 10.4 SDK settings to the 10.3 values, ie point 10.4 to the locations used by 10.3. I don't want to create some subtle problem that will bite me down the line if the reconfiguration appears to work.
More broadly, is there a way I can develop for the XT1060 with Delphi 10.4 or do I need to go back to 10.3?
Thanks
Upvotes: 2
Views: 652
Reputation: 55
You probably would need to go back to 10.3. I just ran into this issue today with 10.4 and it not working on 5.1.1. The Docwiki claims greater than 5.0 should work, but appears wrong.
Upvotes: 1