How To Install Google Play Store On Android 5.1.1 Access
Legacy Protocol: Deploying Google Mobile Services (GMS) on Android 5.1.1 Lollipop
Executive Summary
Android 5.1.1 (API Level 22) represents a pivotal architecture in the Android ecosystem, bridging the gap between the older Dalvik runtime environment and the newer ART (Android Runtime). Installing the Google Play Store on this version—particularly on devices that shipped without it (common in Chinese import tablets or custom ROMs)—requires a manual injection of the Google Mobile Services (GMS) framework. This process is distinct from modern Android installations due to the lack of seamless split-apk support and specific permission architecture changes introduced in Lollipop.
Troubleshooting Common Errors on 5.1.1
The Golden Rule: No "Play Store APK" Alone
A common mistake is downloading a standalone com.android.vending.apk (the Play Store). This will never work. The Play Store is just a front-end; it relies on four underlying Google services running in the background: how to install google play store on android 5.1.1
- Google Services Framework (The core)
- Google Login Manager (Handles your account)
- Google Play Services (Manages APIs, location, and authentication)
- Google Calendar Sync (Optional, but helpful)
Without these, the Play Store will crash instantly or show "Check your connection and try again." Legacy Protocol: Deploying Google Mobile Services (GMS) on
Step 5: Open Play Store & Update
- Launch the Play Store. It may crash once – that’s normal.
- Open it again. Sign in.
- If you see “Checking info…” for more than 2 minutes, force close and retry.
Step 5 — Sign in and test
- Open Play Store. It should prompt you to sign in with your Google account.
- Sign in and let Play Store update any components. You may get additional prompts to update Google Play Services — allow them.
- Install a small app to verify functionality.
Phase 2: Security Vector Modification
By default, Android 5.1.1 restricts installation sources to the pre-installed package installer. To inject external APKs, the operating system’s security vector must be modified. Google Services Framework (The core) Google Login Manager
- Navigate to Settings > Security.
- Locate the Device Administration section.
- Toggle the switch for "Unknown Sources" to the On position.
- Acknowledge the warning dialogue regarding potential harm from unknown sources.
Step 2: Download the Correct APK Set (All from APKMirror for safety)
You need four APKs – install them in this exact order:
| Component | Minimum Version for Android 5.1.1 | Architecture Example |
|-----------|----------------------------------|----------------------|
| Google Account Manager | 5.1-1743758 | arm |
| Google Services Framework | 5.1-1743758 | arm |
| Google Play Services | 21.24.56 (last for Lollipop) | arm or arm64 |
| Google Play Store | 28.9.21 (last for Lollipop) | universal |
Step 1: Download Open GApps for Android 5.1.1
- Visit opengapps.org (via PC or mobile browser).
- Select:
- Platform: ARM / ARM64 / x86 (match your device)
- Android: 5.1
- Variant: pico (smallest, just Play Store and essential services – do not use nano or higher on old devices due to space constraints)
Prerequisites: What You Need Before You Start
Before installing the Play Store, ensure the following:
- A working Android 5.1.1 device (rooted or non-rooted? We’ll cover both).
- Enable “Unknown Sources” – Go to
Settings > Security > Unknown Sources and toggle it ON.
- Sufficient storage – At least 150MB free internal space.
- A file manager app (like ES File Explorer or the built-in ‘Files’ app).
- Stable Wi-Fi connection – Some APKs require downloading additional components.
- Backup your data – Incorrect installations can cause system instability.