Android Build and Publish (Old)
1. Build Android Release Version
To build a signed release version of your app:
Generate Keystore File:
You’ll need Java installed (JRE or JDK). Use the keytool command in terminal:
bash1keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
Replace my-release-key.keystore and alias_name with your preferred values.
You will be prompted to enter:
New Keystore password
First and last name
Organisation Unit
Organisation
City
State Or Province
Country code
Tip: : Keep this keystore alias & password safe — it's required for future updates.
Upload to eMOBIQ:
Go to Build and Publish tab > New Build > Select Android
Choose Release as build type and select the version
Upload your
.keystorefile and enter:Keystore password
Key alias
Key password
Click Build and wait for the process to complete.
Download Artifacts:
.aabfile – used for deployment to Google Play Store.apkfile – for direct installation on devices
2. Initial Setup in Google Play Console
Visit Google Play Console
Sign in with your company email
Create a new app listing matching your eMOBIQ app
Complete declaration forms
Fill out store listing:
Description
Icon
Screenshots
Graphics
Set default language to en-US
3. Manual Deployment to Google Play Store
Upload to Closed Testing:
Go to Testing > Closed Testing
Add testers and countries
Upload the
.aabfileWait for review
Promote to Production:
Once reviewed, promote the release to Production
Wait for final review
App becomes available on Google Play Store
⚠️ Available channels:
Internal (email-invited users – immediate)
Closed (email-invited users – requires review)
Open (public opt-in users – early access)
Production (public users)
4. Configure Auto-Publishing via eMOBIQ
Generate Service Account:
Visit Google Cloud Console
Go to Service Accounts
Create a service account and note its ID (an email address)
Add key and download JSON file
Link with Google Play Console:
In Google Play Console > Users and permissions
Invite the service account email with Admin access
Upload to eMOBIQ:
Go to Settings > Android > Publish Settings and upload:
Service account JSON file
App name
Short description
Full description
✅ Ensure these match what was entered in Google Play Console
Enable Auto Publishing:
Go to Build & Publish > Publish tab
Click Publish for the latest build
Confirm configurations
The system will deploy to Closed Testing , then automatically promote to Production after review
📌 Note: A manual upload must be completed before enabling auto-publishing
Last updated