google-play

“This application is available to over 0 devices.”

穿精又带淫゛_ 提交于 2019-12-22 01:58:33
问题 I continue to get this as I'm uploading my Android app information, screen shots, and other information: This application is available to over 0 devices. Right before that it shows: Screen layouts: NORMAL LARGE XLARGE Required device features android.hardware.touchscreen android.hardware.screen.portrait What is causing this? 回答1: Have you activated the Android application package file (APK)? There is compatibility and there is availability . Your error message specifically refers to

APKs or App Bundles are available to 64-bit devices but they only have 32-bit native code

我的未来我决定 提交于 2019-12-22 01:56:19
问题 I have exported an Android App Bundle file to upload at Play store with NDK downloaded from Unity desired location because Android Studio NDK file is not compatible with Unity. I got this kind of error message when I upload the build: Here you have SDK and NDK path setup: Now, what is the solution for this? What step I did wrong that I can't able to understand? Please don't mention about the duplicate question because I have tried other options they didn't work for me. 回答1: For future

Where do i find my Google Wallet Transaction ID

前提是你 提交于 2019-12-22 01:28:30
问题 I am looking into transferring my app to another google account, but i can't find my "Transaction ID" as described here: Transfer your application Any idea what i am missing? Thanks in advance. 回答1: The transaction ID is at the bottom of the receipt (specifically the receipt for the Developer Account when you first signed up) in your wallet dashboard payment history. 回答2: Visit: https://payments.google.com Once you are logged into your account, just press the "Subscriptions and services" menu

Google Play Console unsupported devices (808)

早过忘川 提交于 2019-12-22 00:29:58
问题 I have just released a app on Google Play. It shows unsupported 808 devices out of which some are listed below for reference MICROMAX A44– tinnoes13_s7050 A45– tinnoes73_s8030_2g P300– crane-M701C_mmx A73– A73 P275– P275 Also some testing on friends devices I realize that Android 4.0 devices, dont show the app on Google Play. My Manifest file has the following. What am I missing here ? Is there a way to support "all" devices? android:versionCode="10" android:versionName="1.18" > <uses

Google Play - Your device isn't compatible with this version - ASUS Transformer TF101

送分小仙女□ 提交于 2019-12-21 20:27:37
问题 When viewing my app in Google Play on my ASUS Transformer tablet I see the following message Your device isn't compatible with this version Here is my manifest file. <?xml version='1.0' encoding='utf-8'?> <manifest android:hardwareAccelerated="true" android:versionCode="3" android:versionName="1.0.2" android:windowSoftInputMode="adjustPan" package="com.sheffieldlentinepc.sentenceestimator" xmlns:android="http://schemas.android.com/apk/res/android"> <supports-screens android:anyDensity="true"

Google Play - Your device isn't compatible with this version - ASUS Transformer TF101

半城伤御伤魂 提交于 2019-12-21 20:26:53
问题 When viewing my app in Google Play on my ASUS Transformer tablet I see the following message Your device isn't compatible with this version Here is my manifest file. <?xml version='1.0' encoding='utf-8'?> <manifest android:hardwareAccelerated="true" android:versionCode="3" android:versionName="1.0.2" android:windowSoftInputMode="adjustPan" package="com.sheffieldlentinepc.sentenceestimator" xmlns:android="http://schemas.android.com/apk/res/android"> <supports-screens android:anyDensity="true"

android market says no device compatible?

爷,独闯天下 提交于 2019-12-21 20:08:54
问题 I have developed my own app in android version 8(2.2) and published it in android market. When i tried to install it in my Samsung Galaxy pop (2.2.1) device from market. No compatible device is found. this message appears though i have specified <supports-screens android:largeScreens="true" android:smallScreens="true" android:normalScreens="true" android:anyDensity="true" /> <uses-sdk android:minSdkVersion="8" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses

Action Required Switch to the Play Referrer API by March 1, 2020

怎甘沉沦 提交于 2019-12-21 19:55:48
问题 I got the email from Google as follows: - Hello Google Play Developer, We recently announced that we’ll be deprecating the install_referrer intent broadcast mechanism. Because one or more of your apps uses this intent to track referrals, we wanted to ensure you make the switch before March 1, 2020. After this date, new versions of the Play Store app will no longer broadcast the install_referrer intent after app installs. Action required Migrate to the Play Install Referrer API to track your

Error while trying to upload APK to Google Play

北城余情 提交于 2019-12-21 17:12:50
问题 You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR (Jar signer CERT.RSA): JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped? Im doing this with Cordova, signed it and then aligned it, i dont really know what im missing here.. 回答1: Do alignment (if you really need it) before signing https://developer.android.com/studio/publish/app-signing.html#signing

How to find out what hardware requirements my Android application has?

孤街醉人 提交于 2019-12-21 17:02:04
问题 hope my question doesn't sound much awkward. I have Android application which runs fine on many Android phones. However, I've just found out that on my friend's Samsung Galaxy Mini (S5570) it won't even find my app in Android Market. When I use direct link to my app in Market, it says that the App is not compatible with the phone. I have no idea why ?? I have this in my AndroidManifest.xml file: <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens=