Play Console Error Fixed – Consider upgrading to a newer SDK version (1.1.0+) – Unreal Engine 5.3

By Admin

VERY IMPORTANT:

BEFORE YOU MAKE GIVEN CHANGES, MAKE A BACKUP (COPY) OF THE ORIGINAL FILES FIRST

JUST SHOWING WHAT WORKED FOR ME

 

1) Go to Unreal Engine’s folder:

C:\Program Files\Epic Games\UE_5.3\Engine\Source\ThirdParty\AndroidPermission\permission_library

2) Right click ‘additions’ source gradle file.

3) Go to ‘Properties’ and untick Read-only. Press Ok.

4) Open ‘additions’ file and paste given line below the implementation line and save.

constraints.implementation ‘androidx.fragment:fragment:1.3.6’

5) Now package the project.