The endless runner genre has seen countless titles come and go, but few have left a mark as deep as Despicable Me: Minion Rush. For many gamers, the golden age of mobile gaming harkens back to the early 2010s, a time when the first Despicable Me movie was a global phenomenon.
Recently, there has been a spike in searches for the specific version 1.2.0 of the Minion Rush APK, specifically regarding compatibility with modern operating systems like Android 12. If you are looking to download this classic version, you might be wondering: Why this specific version? And will it actually work on my modern phone?
Here is everything you need to know about the Despicable Me: Minion Rush 1.2.0 APK, the OBB data files, and the reality of running it on Android 12.
Even with correct installation, you may encounter these issues:
| Error | Cause | Solution |
|-------|-------|----------|
| "App not installed" | APK is 32-bit on 64-bit-only Android 12 | You cannot fix this. Use an Android 12 emulator (VMOS) or older phone. |
| "Download failed because you may not have purchased this app" | OBB misnamed or in wrong folder | Double-check folder path: storage/emulated/0/Android/obb/com.gameloft.android.ANMP.GloftDMHM/ |
| Black screen then crash | Missing texture compression support | Install GLTools (requires root) to spoof GPU. |
| Stuck on loading screen | Android 12’s phantom process killer | Disable battery optimization for Minion Rush in Settings > Apps > Special access. | despicable me minion rush 1.2.0 apk data android 12
Ensure your OBB file is named exactly:
main.120.com.gameloft.android.ANMP.GloftDMHM.obb
If the name is incorrect, the game will download additional data (which fails because the 1.2.0 update server is offline).
A retro-styled overview of the classic Minion endless-runner v1.2.0 package, packaged for Android 12 devices: expected APK filename, install notes, required permissions, data placement, and troubleshooting.
Step 1: Install the APK Connect your phone to the PC. Run:
adb install Despicable_Me_Minion_Rush_1.2.0.apk
Do not launch the game yet.
Step 2: Create the OBB Directory
adb shell
mkdir -p /sdcard/Android/obb/com.gameloft.android.ANMP.GloftDMHM/
exit
Step 3: Push the OBB File
adb push main.120.com.gameloft.android.ANMP.GloftDMHM.obb /sdcard/Android/obb/com.gameloft.android.ANMP.GloftDMHM/
Step 4: Set Correct Permissions
adb shell
chmod 644 /sdcard/Android/obb/com.gameloft.android.ANMP.GloftDMHM/*.obb
exit
Step 5: Launch & Enjoy Disconnect, disable Wi-Fi (to avoid update nags), and open Minion Rush. The game should boot into the classic 1.2.0 menu. Despicable Me: Minion Rush APK 1
.apk and .zip (data) files.com.gameloft.android.ANMP.GloftDMHM folder to:
Android/obb/⚠️ Note: Android 12 may restrict background file managers. Use a reliable app like ZArchiver or Solid Explorer to place the OBB file correctly.
Let’s be honest: Running a decade-old APK carries risks.
Android.Triada.Once the game runs, you may notice stuttering or input lag. This is because an OpenGL renderer from 2013 is running on a 2022 OS. Fix it:
Settings > Apps > Minion Rush > Battery to prevent Android 12 from killing background processes during animations.