google-play

Android application update vs remove and install

怎甘沉沦 提交于 2020-01-06 10:39:30
问题 I upload my application to google play store. In the second version of the application i fix some bugs, and release update on the market. Now I see that part of the bugs that i fix continue to appear. the interesting thing is that when I remove the application and instal it (not update it) or when i first install the application (from the market) on new device everything is good. So my question is generally what is the diff between first installation or reinstall (remove and then install) to

Google Play Store: can refunded apps still be used and updated?

纵饮孤独 提交于 2020-01-06 08:06:52
问题 As far as I know this is not documented by Google. What happens when the developer manually refunds a paid app purchase, using the Order Management console (like shown below) ? Can the user still use it and receive udpates? 回答1: If the purchase price for a Paid app is refunded then Play will remove the app from the user's library. This means future checks that depend on app ownership (eg the Play License Verification Library) will return the app is not purchased. However, the app isn't

commons-io-2.4.jar is showing as Native Platform with 0 supported device

筅森魡賤 提交于 2020-01-06 04:33:31
问题 I Have developed an APP using apache commons-io-2.4.jar for network data operations now I want to deploy my APK in Play store. I have deployed my app version 1.0 with commons-io-2.4.jar then its not showing any supported device and commons-io-2.4.jar is showing as Native Platform but when i have remove this commons-io-2.4.jar in 1.3 version its showing me something 9K supported devices. Problem is that i have not define any NDK configuration but this jar file still showing as native Platform.

Android Inapp Version 3 error

断了今生、忘了曾经 提交于 2020-01-06 04:25:07
问题 Hello I am new In android I am Implementing In-App Version 3 I carefully read the Readme of version 3 When I start my app It shows an Error that is Error:Problem setting up in -app billing : lbResult :Error checking for billing v3 support. (response:3:Billing Unavailable) I am using micromax_A70 and google play store version 3.10.10 Thanks 回答1: Try clearing the cache and data of the Google Play Store, and then again start google play store ..Hope it works for you.. 来源: https://stackoverflow

My app not appear in the android market of my T-Mobile Huawei Comet phone

邮差的信 提交于 2020-01-06 03:39:07
问题 I've been working on and searching around for almost a month to find a way to solve this problem. Now I think I should ask for help from you guys. I developed my 1st android app on Android 1.5 and published on android market. I saw my app successfully show on the website of Android market but I have no way to find it on my phone's android market. My phone is the prepaid T-mobile Huawei Comet phone which runs Android 2.2. After a few search, I found out its possible some 1.5-based apps don't

Linking Play Developer Console to Google Wallet Error

孤街醉人 提交于 2020-01-05 13:09:22
问题 I've a major issue with linking my Play Developer Console to Google Wallet. I've already search the Google Help for any solution and didn't find one. The problem is, that Error message appears after hitting “Set up a merchant account now” button in my Google Play Android Developer Console (Settings/Account Details). After that another screen pops out with an error: Oops! An error occurred while processing your request. Regardless of any steps I've done such as changing to a different browser

Is it true that finishing the registration to the Android Market can take up to 4 days?

房东的猫 提交于 2020-01-05 12:29:09
问题 I just registered my dev account in the Android Market and there is the message: Your Registration to the Android Market is still being processed . I googled and read around and I read that this phase can take up to 3-4 days! Is it true? How much time did it require for you? 回答1: It took me a minute. But please, ask such questions on the Android stackexchange: https://android.stackexchange.com/ 回答2: An hour I think, usually it doesn't take long. 来源: https://stackoverflow.com/questions/8013783

aapt error when uploading to google play

橙三吉。 提交于 2020-01-05 12:09:16
问题 I'm getting the following error while trying to upload my apk to alpha testing: Upload failed Your APK cannot be analyzed using 'aapt dump badging'. Error output: Failed to run aapt dump badging: ERROR getting 'android:name' attribute: attribute is not a string value I've looked at many similar questions and none seemed to help. I still couldn't find where the problem is. Here is my manifest.xml file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com

Android: Some apps are not available for Tablets on Google Play?

雨燕双飞 提交于 2020-01-05 10:27:11
问题 Since it came out the new developer console and the new PlayStore I have some problems like the one mentioned in the topic. Lately my app is not visible from the tablets even if it was before. But the console tells me: Supported Devices: 2665 Excluded Devices: 0 So I have to think that there is no problem, but why this app is not available when you try to search it on PlayStore from tablets? As suggested on the forums I put the following code in the manifest: <supports-screens android

Android App works on Eclipse Emulator but Play Store says my device is not compatible

倖福魔咒の 提交于 2020-01-05 08:39:35
问题 I'm programmming an App that works fine when I run it on the emulator with Android 2.2, also I execute the .apk in my tablet Galaxy Tab2 Android 4.0.3 and works fine too. Then, I sign the App and put on the Market like a Beta Version and when I go to install, Play Store says that my tablet is not compatible. In my AndroidManifest, I define the minSdkVersion = "8" and the targetSdkVersion = "17" Any suggestions? Thanks ;) Edit: <manifest xmlns:android="http://schemas.android.com/apk/res