google-play

Android App Incompatibility with Nexus 7

你离开我真会死。 提交于 2019-12-11 09:18:03
问题 The play store is showing that my app is not compatible with the Nexus 7 (older model with only front-facing camera, ME370T). My app does require a camera but can use the front-facing camera. I tried to take this into account in my Manifest by specifying that any camera could be used (not just the back facing camera): <uses-feature android:name="android.hardware.camera.any" /> Otherwise, I have no idea why it's not able to run on the Nexus 7. Here are my permissions: <uses-permission android

How do I change my package name after already obtaining a Google Maps API key?

ε祈祈猫儿з 提交于 2019-12-11 09:15:29
问题 I was trying to upload my APK on the Market for beta testing and realised that my package name started with com.example which isn't allowed. My app is ready to beta, everything is in place but my package name is not allowed. I've tried changing my package name in Android Tools but my problem is with Google Maps since my app is already signed up with com.example. I can get my app running but Google Maps fails to load. How do I change my package name after I've signed up with a Google Maps API

How to debug an app upgrade in Android Studio on a USB connected device

丶灬走出姿态 提交于 2019-12-11 07:58:34
问题 I have the production release of my Google Play Store app on my phone and have an updated version of the app in Android Studio. I would like to test the upgrade process , but have run into a versioning problem, then a logging problem. To get a "clean" install, I can go into my phone's settings Backup & reset > Automatic restore , turn that off, then de-install the app, and install it from the Play Store. Alternatively, I could download the production APK and install it from the adb command

You need to use a different package name because “com.example” is restricted

谁都会走 提交于 2019-12-11 07:57:36
问题 I have found a lot of threads about this issue here already, but none of them are working for me. I am using Android Studio 2.1.2, and I still have the com.example domain name. Changing it in the manifest or any other file is causing a score of errors appearing, and my build.gradle only shows this: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle

Why was our Application upgrade on Android Market not visible to all devices?

久未见 提交于 2019-12-11 07:46:32
问题 We recently had a problem with an application upgrade on Android Market. Namely, after publishing the upgrade on our publisher account, the Market application on one of our six devices didn't find any upgrade. There was no upgrade notification and Market only displays the old version. The devices where we managed to upgrade our application without any problems are: Motorola Milestone with Android 2.1 HTC Incredible with Android 2.2 and Market 3.4.4 Samsung Galaxy Tab with Android 2.3.3 and

My admob ads are not showing after publishing the app in google play

谁说胖子不能爱 提交于 2019-12-11 07:46:19
问题 When I export my app into a .APK file and I install it on my Android phone, the ads work fine and appear. However, after I published my app in Google Play and reinstalled it, the ads don't show up. What could be the reason!? My ads' Ids are created for a few weeks, they are not new Ids. 回答1: I had the same problem, but in the ended up working on some phones, but not on others. One problem that you might have is that the device you tested doesnt have access to internet, so the ads cant be

How to reset an application states when upgrading from the market

一个人想着一个人 提交于 2019-12-11 07:43:00
问题 This question was migrated from Android Enthusiasts Stack Exchange because it can be answered on Stack Overflow. Migrated 8 years ago . As a developer, I have applications already published on the market. When users download the new version, I want the application to clean its states ( SharedPreferences , SQLite schema ... ). I read about SQLiteOpenHelper. I suppose when I'm loading a new .apk on the device from Eclipse, the app still keeps its previous SharedPreferences . If the DB schema

Remove publish application from google play store [duplicate]

喜欢而已 提交于 2019-12-11 07:41:30
问题 This question already has answers here : Lost my keystore for uploaded app on android market [duplicate] (2 answers) Closed 6 years ago . I published application and by mistake I uploaded old apk and unfortunately I have also lost my old key store. So console is not accepting new apk with new key store. Now if unpublish app,then can I publish app again with same name and package or not. What better I could do with this problem..? Or I need to change everything from application name to package

How to orevent someone from ripping off my app? [duplicate]

三世轮回 提交于 2019-12-11 07:31:59
问题 This question already has answers here : How to avoid reverse engineering of an APK file? (33 answers) Closed last year . Now I've been working for almost 2 years on a 2d frighting game on android and I added it to the store a few months back but while I was looking on the play store today I found out that someone has released the same exact game with the same assets and music, sound effects, same user interface and even with the same bugs that the game used to have, and I don't know what to

Google Play restricts the use of the SMS and Call Log permissions

空扰寡人 提交于 2019-12-11 06:47:10
问题 If I have an app which is still in the development and not yet published but I am planning to launch it through Google play store. My App is introducing a feature where the user can retrieve his latest SMS and Call logs so the app requires granting the SMS and call log permissions. As per the application is not yet published, Am I required to fill the google form? Are these restrictions applied by google play store itself, not the Android OS so if I distributed the app through any other tool