Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No option to upload APK in play console

I cannot find an option to upload APK, only option available is to upload app bundle. I have a signed APK that I need to publish.

enter image description here

like image 930
Waqas316 Avatar asked Sep 07 '21 05:09

Waqas316


People also ask

Can I upload APK file in Google Play console?

Upload the App's APK File to Google Play In your browser, go to the address , click Developer Console and log in with your Android Developer account credentials. Click the Add New Application button to begin adding your app to Google Play. Select the language and the name of your app. Press the Upload APK button.

How do I install APK files on Google Play?

Find the APK you downloaded and tap it. Tap the “Install package” option and then select to watch an ad and install. Deal with permissions – Finally, Android will open up the Install Unknown Apps prompt. Tap APKMirror Installer to give it permission to install the APK.

How do I upload multiple APK files to Google Play console?

You must know some rules before upload multiple APKS to play store : All APKs you publish for the same application must have the same package name and be signed with the same certificate key. Each APK must have a different version code, specified by the android:versionCode attribute.

Can we upload APK files in the Google Play console?

Stay up to date with the Upcoming Android and Google Play Deadlines. Now we can not upload .apk files in the google play console, google has changed its policy from August 2021, to publish an app only with the Android App Bundle ( .aab) format. Click here for more details.

Why can’t I upload my APK files?

If you have antivirus or firewall software installed, it might cause issues with uploading APK files or images. If you’re having issues uploading files, try temporarily disabling the software first, then upload the file again. If you continue having issues when uploading your app, you can use Android Lint to scan your app for potential issues.

How do I upload an Android app bundle to Google Play?

If you build and upload an Android App Bundle, you must enroll in app Play App Signing. Google Play supports compressed app downloads of only 150 MB or less. To learn more, read Compressed download size restriction. After you've met the requirements above, go ahead and upload your app to the Play Console .

How do I download system APKs generated from app bundles?

Tip: Use the Play Developer API to download system APKs generated from app bundles that you upload to Google Play. If you need to upload a system application and encounter an error message when doing so, please contact us.


Video Answer


1 Answers

Now we can not upload .apk files in the google play console, google has changed its policy from August 2021, to publish an app only with the Android App Bundle(.aab) format. Click here for more details.

like image 147
Mohak Shah Avatar answered Oct 24 '22 02:10

Mohak Shah