google-play

Android: cannot import BaseGameUtils successfully in Eclipse

≯℡__Kan透↙ 提交于 2019-12-23 19:14:23
问题 I want to use game api in my android project. And I get started by following the instructions described in Google Site (the part - Setting up your game project) from the following link. https://developers.google.com/games/services/android/init I have downloaded the library BaseGameUtils from this link https://github.com/playgameservices/android-samples Then I import it as a project as described in instruction. However, what I've got is a project named main but not BaseGameUtils . And then I

My target SDK version is 25 but Google Play says app only supports 4.1-4.4 devices?

 ̄綄美尐妖づ 提交于 2019-12-23 19:13:26
问题 android { compileSdkVersion 25 buildToolsVersion "25.0.0" defaultConfig { applicationId "com.abc.ege" minSdkVersion 16 targetSdkVersion 25 versionCode 3 versionName "1.1.3" vectorDrawables.useSupportLibrary = true } } Although my target sdk version is 25, when I upload the apk to play store, it says "not compatible with devices with android version 4.4 and over, where is the problem? edit: app works fine on emulators and there is no hardware access in manifest file 回答1: I think you should

Google play game has stopped after update score to leaderboard

。_饼干妹妹 提交于 2019-12-23 18:03:26
问题 When I update my score to the leaderboard, and then I open the leaderboard, Google play game has stopped. Can anyone help me with this? I update the score with this code: Games.Leaderboards.submitScore(myclient, getString(R.string.number_guesses_leaderboard), HighScore); I use this to open the leaderboard: startActivityForResult(Games.Leaderboards.getLeaderboardIntent( myclient,getString(R.string.number_guesses_leaderboard)), 0); Click here to see the Logcat. 来源: https://stackoverflow.com

Admob Impressions/Clicks not updating after uploading it on playstore

橙三吉。 提交于 2019-12-23 16:33:55
问题 I had created a banner admob ad using this link. App it was working good. I even got publisher id and I was able to view impressions and clicks from Admob website. But after I completed the development, I uploaded the app on play store and i am not able to view any ads impression/clicks from Admob website though ads are showing inside the app downloaded from playstore. Though Impressions/clicks are showing as long as I am viewing it on test device. But no impression/clicks are updating if I

Google Play shows - Your device isn't compatible with this version am not able to downloaded the application

本小妞迷上赌 提交于 2019-12-23 15:44:46
问题 we have uploaded a greeting appplication in play store. it working fine in mobiles. but in tablets i am getting the error as "this device is not compatible with this version". here is my android manifest permission. please check it and let me know if any one fine the mistake . <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.test" android:versionCode="3" android:versionName="1.0" > <uses-sdk android:minSdkVersion=

APK Openssl version

你说的曾经没有我的故事 提交于 2019-12-23 12:38:50
问题 I'm confused. I've receintly created Google Play app but some hours later I've recieved mesage in console that I'm using wrong OpenSSL version: $ unzip -p YourApp.apk | strings | grep "OpenSSL" gives OpenSSL 1.0.1e 11 Feb 2013. But Google Play supports only 1.0.1h and latest. I'm really do not understand how can I update OpenSSL version? SDK? NDK? Eclipse? etc... I've already downloaded the newest version. How can I fix it? 回答1: Thanks to comments of my question. The solutions was not in

How to open Google Play Store App from my app to install the latest version of my app available on play store

拟墨画扇 提交于 2019-12-23 12:26:08
问题 I have a question regarding the app upgrade scenario from the app. Basically I am sending the app version from app to application server and then deciding whether to show the app upgrade reminder screen or not. App upgrade reminder screen has 2 options "update now" or "ignore". Requirement is Update Now should open play store app with my app already searched on it. I implemented following code : try { startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appName)));

Playstore shows beta label bedside production app

不羁岁月 提交于 2019-12-23 10:22:40
问题 Few days ago, I promoted my beta (open beta test) application to production. Everything went well. I can search my app in playstore. But there is a one problem, playstore didn't remove (beta) label beside my app name. I want to remove that label. How can I do it or am I missing something. 回答1: In order to remove the (beta) label of your app from play store. you must opt out of testing(close the beta testing) so in order to make everything clean, please close the test, let all your testers opt

java.lang.IllegalStateException: GoogleApiClient is not connected yet

大兔子大兔子 提交于 2019-12-23 10:16:43
问题 I'm trying to add achievements to my game by using google play game services. The activity in my game that is responsible for giving the achievement already extends BaseGameActivity and it calls the beginUserInitiatedSignIn when it has to give the achievement, so the user must be signing in, but at the time I unlock the achievement for the user, I keep getting "java.lang.IllegalStateException: GoogleApiClient is not connected yet". Can anyone tell me what I am doing wrong? Here's the code

Advance mode is missing on Play store developer console

半世苍凉 提交于 2019-12-23 10:10:08
问题 In new UI on play store developer console APK tab has been removed. And its being replaced by Apk Release First time i am trying to upload the apk based on cpu architecture , but all the article showing using Advance Mode in APK tab. But in new UI that option in not there. How to upload multiple apk based on CPU architecture in new UI 回答1: In new Play store developer console if you want to add multiple APK than you must have to use same package name and same keystore key but version is change