emphasized textThis is something that works in 4.17 but isn’t allowing me to package in 4.19.
I have some java code encased in a mymodeul_apl.xml style plugin include.
This is referenced as a runtime dependency:
if (Target.Platform == UnrealTargetPlatform.Android)
{
RuntimeDependencies.Add("AndroidImageHandler_APL.xml");
....
In 4.19 this failed to package with the following error:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): WARNING: SafeCopyFile Exception was Exception in mscorlib: Could not find file 'D:\Projects\MM419\Engine\Source\AndroidImageHandler_APL.xml'.
MM419 is my UE4 engine fork.
The XML should be looked for in:
D:\Projects\MM419\Matchoo\Plugins\AndroidImageHandler\AndroidImageHandler\Source\AndroidImageHandler