For a program I really need your help.
I found a cross platform Delphi script to save and load INI files on devices, which was made for an earlier Delphi version.
Now, here's my problem: It works perfectly fine on my Windows computer, but won't work on Android. The main problem is that it doesn't know the unit reference on Line 61 (FMX.Inifiles.Android) and, missing this unit, it can't proceed.
Any ideas how I could fix that?