I have an Firemonkey XE7 android App and it works perfect on Android 4.x
But I tested it on Android 5 and it opens but after a while it closes.
The only thing program do in that while 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 what?