Hi, yesterday I went from version 5.80 to version 9, I have some problems with an app that I made a few weeks ago with the old version. Probably some of my mistakes in setting the permissions, basically when I compile the app and install it on the phone from the compiler it installs and runs regularly, while if I try to install apk generated it arrives at the end tells me application not installed. Since the app tries to load a text file at the start (if present on the mobile) I have enabled the permissions for reading and writing, and I have also added to the Manifest the installation permissions. What might it be that does not install the apk file?