Upload your app to the Play Console
Stay organized with collections
Save and categorize content based on your preferences.
After you sign the release version of your
app, the next step is to upload it to
Google Play to inspect, test, and publish your app. Before you get started, you
must meet the following requirements:
If you haven't already done so, enroll in Play App Signing, which is the mandatory way to
upload and sign all new apps since August 2021.
Ensure that your app meets Google Play's size requirements.
Google Play supports a cumulative total download size of 4 GB. This size
includes all modules and install-time asset packs. To learn more, read
Google Play maximum size limits.
After you've met the preceding requirements, upload your app to the Play
Console
.
This page also describes how you can test and update your app bundle after it's
been uploaded.
Inspect APKs using Latest releases and bundles
If you upload your app as an Android App Bundle, the Play
Console automatically generates split APKs and multi-APKs for all device
configurations your app supports. In the Play Console, you can use the
"Latest bundles" section in the "Latest releases and bundles" page to see all
APK artifacts that Google Play generates, inspect
data such as supported devices and APK size savings, and download generated APKs
to deploy and test locally.
To see more details about your app bundle, see the Play Console help topic
Inspect app versions with Latest releases and bundles.
Test your app internally
There are several ways to share your app internally for testing:
Each of these offers slightly different benefits, so use the one that works best
for your team.
Firebase app distribution lets you deploy any kind of build and distribute it
to a list of users. This can be a good way of distributing builds from a
continuous integration system so that testers can access specific builds for
testing.
Play console internal track is faster to deploy compared to the alpha or beta
tracks and gives you access to services such as Subscriptions, In-App
purchases, and ads. This also goes through Play Console signing and shrinking
so is the closest to what is distributed to end users through the play
store. It is possible to defer the Play Store review until later to avoid
having to wait for review to complete. However, the review is required
before you can fully distribute your app to end-users through the Play Store.
Update your app bundle
To update your app after you upload it to the Play Console, you need to increase
the version code included in the base module, then build and upload a new app
bundle. Google Play then generates updated APKs with new version codes and
serves them to users as needed.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-06-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-17 UTC."],[],[],null,["# Upload your app to the Play Console\n\nAfter you [sign the release version of your\napp](/studio/publish/app-signing#sign-apk), the next step is to upload it to\nGoogle Play to inspect, test, and publish your app. Before you get started, you\nmust meet the following requirements:\n\n- If you haven't already done so, [enroll in Play App Signing](/studio/publish/app-signing#enroll), which is the mandatory way to\n upload and sign all new apps since August 2021.\n\n- Ensure that your app meets Google Play's size requirements.\n Google Play supports a cumulative total download size of 4 GB. This size\n includes all modules and install-time asset packs. To learn more, read\n [Google Play maximum size limits](https://support.google.com/googleplay/android-developer/answer/9859372#size_limits).\n\nAfter you've met the preceding requirements, [upload your app to the Play\nConsole](https://support.google.com/googleplay/android-developer/answer/7159011)\n.\n\nThis page also describes how you can test and update your app bundle after it's\nbeen uploaded.\n\nInspect APKs using Latest releases and bundles\n----------------------------------------------\n\nIf you upload your app as an Android App Bundle, the Play\nConsole automatically generates split APKs and multi-APKs for all device\nconfigurations your app supports. In the Play Console, you can use the\n\"Latest bundles\" section in the \"Latest releases and bundles\" page to see all\nAPK artifacts that Google Play generates, inspect\ndata such as supported devices and APK size savings, and download generated APKs\nto deploy and test locally.\n\nTo see more details about your app bundle, see the Play Console help topic\n\n[Inspect app versions with Latest releases and bundles](https://support.google.com/googleplay/android-developer/answer/9006925).\n\nTest your app internally\n------------------------\n\nThere are several ways to share your app internally for testing:\n\n- Upload and distribute your app internally using [Firebase App\n Distribution](https://firebase.com/docs/app-distribution).\n- Upload and distribute your app internally using [Play Console's internal app\n sharing tool](https://play.google.com/console/internal-app-sharing).\n\nEach of these offers slightly different benefits, so use the one that works best\nfor your team.\n\n- Firebase app distribution lets you deploy any kind of build and distribute it\n to a list of users. This can be a good way of distributing builds from a\n continuous integration system so that testers can access specific builds for\n testing.\n\n- Play console internal track is faster to deploy compared to the alpha or beta\n tracks and gives you access to services such as Subscriptions, In-App\n purchases, and ads. This also goes through Play Console signing and shrinking\n so is the closest to what is distributed to end users through the play\n store. It is possible to defer the Play Store review until later to avoid\n having to wait for review to complete. However, the review is required\n before you can fully distribute your app to end-users through the Play Store.\n\nUpdate your app bundle\n----------------------\n\nTo update your app after you upload it to the Play Console, you need to increase\nthe version code included in the base module, then build and upload a new app\nbundle. Google Play then generates updated APKs with new version codes and\nserves them to users as needed."]]