Top "Google-play" questions

Google Play is an integrated destination for apps, books, movies, games, and music, accessible to users on Android devices and to anyone on the Web.

How to open the Google Play Store directly from my Android application?

I have open the Google Play store using the following code Intent i = new Intent(android.content.Intent.ACTION_VIEW); …

android android-intent google-play
"Insufficient Storage Available" even there is lot of free space in device memory

The total space of my app is 10 MB, and after installation it will take less than 20 MB. In Galaxy Note …

android google-play
How to remove application from app listings on Android Developer Console

Is there any way to unpublish and then permanently remove an application from the list of applications on Android Developer …

android google-play google-play-console
Google Play error "Error while retrieving information from server [DF-DFERH-01]"

I'm just finishing a game for android and I'm testing out the in app purchase functions. I'm sending testing using …

android in-app-billing google-play
The apk must be signed with the same certificates as the previous version

I had uploaded my app to Google Play (back when it was called Android Market) some time ago. Today I …

android google-play apk
How to change Android version and code version number?

How to change Android version and code version number Android Studio? I want to change apk file (app) on Google …

android google-play android-manifest
Google Play on Android 4.0 emulator

How can I install the Google Play .apk onto my Android 4.0 emulator?

android google-play
"Rate This App"-link in Google Play store app on the phone

I'd like to put a "Rate This App"-link in an Android App to open up the app-listing in the …

android android-intent google-play
Where do alpha testers download Google Play Android apps?

I have developed my app and have published it through Google Play for alpha testing. As one of the testers …

android google-play google-play-services
versionCode vs versionName in Android Manifest

I had my app in the android market with version code = 2 and version name = 1.1 However, while updating it today, I …

android version android-manifest google-play