Used for Google Developers Console
Questions tagged [developer-console]
214 questions
213
votes
12 answers
How to unpublish an app in Google Play Developer Console
I've seen other posts asking the same question with answers that all refer to a giant button that says "Unpublish" on it, which is no longer there (at least as of 2016).
How do you really unpublish an app that is uploaded to the Google Play…

McFizz
- 3,013
- 3
- 18
- 26
150
votes
8 answers
Remove APK from library in Google Play Developer Console
Is there a way to remove an APK from the library in the Google Play Developer Console?
To make sure: I don't mean to revert to an earlier version or unpublish an app, but to remove it from the list that can be seen after clicking on "ADD APK FROM…

Tavados
- 2,168
- 3
- 14
- 27
44
votes
2 answers
Burst of app crashes immediately after publishing to Google Play
Immediately after publishing a new version of an application on Google Play, I get a burst of new crashes from an unknown device called "unknown Full Android on Emulator".
Here is a screenshot from Crashlytics after the application was uploaded to…

mes
- 3,581
- 29
- 28
27
votes
2 answers
How to cancel a pending publication on Google Play Developer Console?
Is there a way to cancel a pending publication on Google Play Developer Console? I have accidentally sent a wrong apk file and couldn't find a way to cancel it.

Bengi Besçeli
- 3,638
- 12
- 53
- 87
25
votes
2 answers
Disable beta testing Android
About one month ago i upload my first App to the PlayStore and I reserved it only for beta testers. The App is now stable and I decide to move it from beta to production tab.
My question is: How can I disable App beta tester so they can rate my…

BitRulez
- 729
- 2
- 8
- 18
25
votes
6 answers
Chrome console - breakpoint over whole file
is there any option to set something like "breakpoint" on a file in chrome console (kindof shortcut to set breakpoint on every line of code in the file)?
Would be extremely useful when trying to understand 3rd party scripts that you know are…

amik
- 5,613
- 3
- 37
- 62
20
votes
1 answer
How to enable android vitals in google developer console?
I am not able to see any data in my vitals overview section (ANR rate , Crash rate ... ) always the same message :
Sorry, this data is not available.
Are there any steps that i should go into to enable this feature ?
Thank you

Souheib Selmi
- 329
- 2
- 9
20
votes
1 answer
Google Play App Review doesn't show App Version code or name
I have released an app on play store, and have received some reviews. In google play developer console, I could not see the version of app in few of the reviews. This is what I found under the APPLICATION heading.
Version code — Version name —
I…

Mohit
- 891
- 10
- 25
18
votes
6 answers
The application could not be saved. Please check the form for errors.?
I am trying to update an application in my developer Console , but this is the error I am getting when trying to publish it after uploading the apk.
The application could not be saved. Please check the form for errors.

MCSK Kenya
- 191
- 1
- 1
- 4
17
votes
5 answers
Disable Google Analytics from Android pre-launch reports
I have tested new pre-launch report on Google Play developer console. While it is great and goes trough your all screens and test them it also affects your statistics on Google Analytics.
Is it possible to exclude those testings from Google…

Bojan Bosanac
- 367
- 1
- 13
16
votes
1 answer
How to cancel test subscription in Google play developer console
I initially had test accounts for testing in -app purchases in android but I since removed the testing accounts and moved the app from beta to production. Both test accounts have attempted to cancel their test subscriptions through the Google play…

Steve C.
- 1,333
- 3
- 19
- 50
16
votes
8 answers
Google Play Developer Console - An unexpected error occurred. Please try again later
I'm trying to reply to users who have just provided ratings, however, from past 2 weeks I'm facing this error and I'm unable to successfully open the link.
Are you facing this error or I'm the only one that is targeted by Google ?
Help me to provide…

Harsh
- 644
- 3
- 14
- 27
13
votes
1 answer
Fully shadowed APK on Play developer console because of overlapping abis
I am trying to do an abi split in my gradle with the following code
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a'/*, 'arm64-v8a', 'x86_64'*/
universalApk true
}
}
def abiVersionCodes =…

sbaar
- 1,429
- 1
- 17
- 33
13
votes
4 answers
is it possible to see how many/who has signed up for open beta?
I have set up my app and prepared open beta using the Android Developer Console, but now I want to know how many have signed up for the beta. Is it possible to:
See how many signed up for open beta?
See who (by email) signed up for open beta?
I…

Zoe
- 27,060
- 21
- 118
- 148
11
votes
1 answer
Publishing Android app - Differentiating APK details - "native platform" = none?
Edit:
As Per @marbarfa 's answer, this seems related to 3rd party libraries.
Read his answer and comment for full explanation.
Thanks marbarfa !
Using the new Google Play Developer console, I am facing a strange situation:
I recently switched to…

Pascal
- 15,257
- 2
- 52
- 65