Android APK with google maps is not installing in device - android

I have created android application with google maps API and working fine when I run from IntelliJ IDE (running in connected device). But when I try to install APK file on device I am getting "Unfortunately, Package installer has stopped" error.
Note: I've generated APK with default debug self signed certificate and this application used install before adding google maps.
Any one faced similar issue?

Your device is having the same app with different fingerprints. So it is not installing. Remove the old app and install new one.

Related

Run a system app in android emulator

I've successfully created a keystore to sign system apps to be tested on android emulators. I can install the apk on a 6.0 image but got no luck on a 8.0 image. It fails with the message:INSTALL_FAILED_SHARED_USER_INCOMPATIBLE Package xxx.yyy.zzz has no signatures that match those in shared user android.uid.system. The keys that i used were the ones available on aosp-mirror github. Is there a way to sign an apk as a system app to be used on a 8.0 android emulator?
You should try to use an Emulator without Google API's or Google Play Services.

Delphi XE6 App Crash when installed from Google Play Store

Yesterday I created an Android app using Delphi XE6, built it with Release configuration and targeted App Store, and ran deployment without installing to any device.
I then uploaded the resulted APK to Google Play Store with success, but when the app downloaded and installed on my device (ZTE N986D), it crashed.
THE SAME APK downloaded to the device via http server running on my laptop was fine and working without any error/crash.
I did triple checks everything (debug/release mode, provisioning, deployment files, etc.) with no luck. I also did try on 3 differend Android devices with exactly same result.
For now I believe that this is not a bug on Delphi XE6.
Is an APK getting changed when uploaded to Google Play Store?
Here is link to the app:
https://play.google.com/store/apps/details?id=org.cenadep.pnup.qrkasir
Any help and thought would be appreciated.
1) You need to generate a keystore for sign your APK.
Please follow this link to create a keystore: http://docwiki.embarcadero.com/RADStudio/XE6/en/Creating_a_Keystore_File
2) After, follow this: http://docwiki.embarcadero.com/RADStudio/XE6/en/Deploying_Your_Signed_Android_Application

android device lenovo build number A269i_so16_130927 is not install android application "Radiud edu" from google play store

My application is running perfectly in my local device and install perfectly in google app store but when i am going to install this same application from google app store,i am getting this error "not able to download for this device" .This issue is generated only in Lenovo(build number A269i_so16_130927) mobile.
I think this issue is with the old apk, if you have any old application copy in the device please uninstall that and try

When Installing vending and gms apk files using adb command I face the errors

When Installing vending and gms apk files using adb command I face below errors, what is the meaning of errors and what is the solution of these errors?
In emulator google map program is work properly without any errors but maps are not shown in emulator.
My Program and google play services Specification :
I am doing Program in Android Platform 4.2.2 and emulator API Level v-17.
I am installing google play services by SDK Manager.
Also I am trying to uninstall these things by command prompt but message are shown in command prompt is "Failure".
Most likely, there is an older version of your application on the Emulator/Device, which was signed with another key (or developer key). That's causing the INCONSISTENT_CERTIFICATE-problem.
The solution here is to deinstall the application on the Device/Emulator and to re-install it then with the new key.

Android Application not installing

I made a android application on my pc. I kept the build sdk at 4.1, and minimum sdk version at 2.2
The app ran fine on the emulator but when i tried it on my friends Samsung Note it after installing gave an error "Application Not installed". I did so on Google Nexux 7.
I exported the app as a unsigned apk
I tried a simple hello world ap but had the same problem. Please help what to do and how to correct the error.
you need to sign the app to make it run on a real device.. simple choose export as a signed apk and sign it with a keystore...if you don't have one you can make a new keystore through same wizard that you get at the time of exporting

Categories

Resources