0
votes

I have a Firemonkey XE7 Android app and it works perfectly on Android 4.x
But I tested it on Android 5 and it opens but after a while, it closes.
The only thing the program does in that short time is one simple ShowMessage(); and also making a file.
I used the address of file like this :

filePath := System.IOUtils.TPath.GetDocumentsPath + System.SysUtils.PathDelim;

Is the problem my filepath or ShowMessage() or ...?

1

1 Answers