Posts

Showing posts from August, 2023

Upload Your Game on Google Play Store with Latest AAB or Google Play Asset Delivery | UE5 |

Image
Deploy Game on Play Store with Unreal Engine 5 [500MB] You made a game in Unreal Engine 5 , want to deploy on Play Store but you stuck on a very common problem Google Play Store no longer accept APK or OBB files.  Solution here AAB [Android App Bundle]   or Google Play Asset Delivery . But you don't know how to create with packaged game with these latest upgrades so I'm showing you solutions here!! with Video check out. Start with Packaging in Unreal Engine 5 Open Unreal Engine 5 Open Edit - Plugins Enable Plugins Check these GooglePAD Configure Project Settings Platforms -> Android  PackageName=com.YourCompeny.[PROJECT] StoreVersion=1 StoreVersionOffsetArm64=0 StoreVersionOffsetX8664=0 ApplicationDisplayName= VersionDisplayName=1 bPackageDataInsideApk=True bEnableBundle=True bEnableUniversalAPK=True bBundleABISplit=True bBundleLanguageSplit=True bBundleDensitySplit=True Project Configs Generate Key Store files your Game  Video Link check out Go To Project - Pac...

Manually Android SDK Setup in Unreal Engine 5

Image
 Android SDK Manager  First we need Android Studio for setup SDK platorform or tools to build a android game or apk. Download Android Studio  latest version Launch Android Studio Android Studio 2022.3.1 Android Studio launch go to SDK Manager  SDK Manager  Select SDK Instaltion Location if Already have SDK setup Android SDK Location Download Reqired Tools or Platforms Tools or Platforms NDK Dowload or Command Line Tool Ndk 25.1 or cli tool latest version Download Open JDK    [click to download JDK] Install it! OpenJDK 1.8 Android SDK Mangaer setup is completed!! Unreal Engine Android Setup Creating android games on unreal engine. We need some tools to build a android game on Unreal Engine. Open Epic Games launcher and Check out Android Platform Target Click on Options and Check on Android Open Unreal Engine and Create a Android Project [ Target Platform- Mobile] Android Project Open Project Settings From EDIT MENU go to Platforms -> Andro...