Francisco 1 Posted October 19, 2020 Hi: I am compiling a project that works perfectly in Delphi 10.3.2. When I compile it in 10.4 I have to remove the following lines of the AndroidManifast.templete: <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.FJAG.XXXXX.fileprovider" android:grantUriPermissions="true" android:exported="false"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/filepaths" /> </provider> To be honest I remember that I had to include that code some long time ago, but I d not remember the reason to add it. And if I do not remove it, IDE shows an error at: @xml/filepaths. After removing that code then I can obtain the apk. But the app cannot finish the start, splash image is there forever. But probably this is due to another problem. Any help? Thanks in advance. Share this post Link to post