updating Google play services in Emulator

Update On 18-Dec-2017 You can update Google Play Services via the Play Store app in your emulator just as you would on a physical Android device from API 24. check Emulator new features added with stable update from Android Studio v 3.0 Google Play Support – From Google : We know that many app developers … Read more

Is it possible to change the package name of an Android app on Google Play?

From Dianne Hackborn: Things That Cannot Change: The most obvious and visible of these is the “manifest package name,” the unique name you give to your application in its AndroidManifest.xml. The name uses a Java-language-style naming convention, with Internet domain ownership helping to avoid name collisions. For example, since Google owns the domain “google.com”, the … Read more

How to enable Google Play App Signing

Before proceeding watch this Android Developers video to understand the implications of your App Signing enrollment choice: https://youtu.be/odv_1fxt9BI This guide is oriented to developers who already have an application in the Play Store. If you are starting with a new app the process it’s much easier and you can follow the guidelines of paragraph “New … Read more

Playstore error: App Bundle contains native code, and you’ve not uploaded debug symbols

Reproduce next steps and this warning will disapear Go to [YOUR_PROJECT]\build\app\intermediates\merged_native_libs\release\out\lib note that 3 folders exist inside arm64-v8a armeabi-v7a x86_64 Select this 3 folder and create a .zip file. Name doesn’t matter. [PLEASE NOTE THAT I HAVEN’T COMPRESSED THE ./lib FOLDER] Upload this new *.zip file as Symbol File. .

Google App is Published on Internal Test Track but Can’t Be Found/Downloaded

If this is the first time your app is being published on a track, it will take a couple of hours to be processed. This is only a one-time thing though, for future updates, the availability will be immediate on the internal test track. Once the app is available, you’ll also need to follow the … Read more

Google Play on Android 4.0 emulator

Download Google apps (GoogleLoginService.apk , GoogleServicesFramework.apk , Phonesky.apk) from here. Start your emulator: emulator -avd VM_NAME_HERE -partition-size 500 -no-audio -no-boot-anim Then use the following commands: # Remount in rw mode. # NOTE: more recent system.img files are ext4, not yaffs2 adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system # Allow writing to app directory … Read more

Is my app or its dependencies violating the Android Advertising Id policy?

Disable advertising id collection According to the Firebase docs you can disable advertising id collection by setting: <meta-data android:name=”google_analytics_adid_collection_enabled” android:value=”false” /> in your AndroidManifest.xml under the <Application> tag. EDIT: It seems like people are having mixed success with this approach. Try adding configurations { all*.exclude group: ‘com.google.firebase’, module: ‘firebase-core’ all*.exclude group: ‘com.google.firebase’, module: ‘firebase-iid’ } … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)