Having a crash on start up, Android

This error just started popping up when I build to android, The game launches but crashes after the launch image. I’m sure I didn’t change any blueprints for the start up so this is pretty confusing. I’ve tried it in both shipping and development builds and got the same crash.

It’s talking about CPP but I’m using blueprints so I don’t really understand how I can track down the issue. Any suggestions would be great. Thanks!

Assertion failed: Method != 0 [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp] [Line: 239]

LogPlayLevel: Error: 08-23 00:23:30.136 923 6017 D UE4 : [2021.08.22-23.23.30:136][ 0]LogAndroid: Error: === Critical error: ===
LogPlayLevel: Error: 08-23 00:23:30.136 923 6017 D UE4 : [2021.08.22-23.23.30:136][ 0]LogAndroid: Error:
LogPlayLevel: Error: 08-23 00:23:30.136 923 6017 D UE4 : [2021.08.22-23.23.30:136][ 0]LogAndroid: Error: Assertion failed: Method != 0 [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp] [Line: 239]
LogPlayLevel: Error: 08-23 00:23:30.136 923 6017 D UE4 : [2021.08.22-23.23.30:136][ 0]LogAndroid: Error: Failed to find Method
LogPlayLevel: Error: 08-23 00:23:30.136 923 6017 D UE4 : [2021.08.22-23.23.30:136][ 0]LogAndroid: Error:
LogPlayLevel: Error: 08-23 00:23:30.136 923 6017 D UE4 : [2021.08.22-23.23.30:136][ 0]LogAndroid: Error:

Oh, and it doesn’t crash when testing on the PC. Only when on mobile

Hello,

I have the same issue, is there any solution for it?