Jump to content
Francisco

Migrating to Sydney AndroidManifest error

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×