Skip to content

Instantly share code, notes, and snippets.

@yexiuph
Created November 29, 2022 10:28
Show Gist options
  • Save yexiuph/ec0e70d309974998c16573d9dd963c39 to your computer and use it in GitHub Desktop.
Save yexiuph/ec0e70d309974998c16573d9dd963c39 to your computer and use it in GitHub Desktop.
Unreal Engine 4/5 Android 12 crash fix without android studio
// This fix would need you to modify Unreal Engine source code
// Go into your Unreal Engine source code
// Navigate to this path UESourcePath\Engine\Build\Android\Java\gradle\app
// Then find dependencies
// Fix Android 12 Crash Permanently - YeXiuPH
implementation 'androidx.work:work-runtime-ktx:2.7.0'
// After that you can test building now with 31 and higher as your target.
@Vads1234code
Copy link

Hey can you guys tell me step by step processor for applying this.plzz

@Vads1234code
Copy link

*process sorry for spelling mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment