Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android lollipop error code -505 during installation app

I have a nexus 9 with android lollipop but I get the error code -505 trying to install some apps from the Play Store.

These apps are:

  • asphalt 8
  • dungeon hunter 4
  • six guns; and
  • other gameloft game

Other apps works install fine but these games don't.

Can you tell me what this error code means? Can you suggest to me how I can fix it?

like image 987
xXJohnRamboXx Avatar asked Nov 20 '14 14:11

xXJohnRamboXx


People also ask

How do I fix an application installation error?

The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.

Why MOD APK is not installing?

Why APK won't install on Android? First, make sure that your Android version supports the APK version you want to install. Also, remove the Play Store version of the app before installing an APK. Don't forget to check the storage space and permission to install apps from unknown sources.


1 Answers

Let me guess - you your apps were made with adobe air?

It's a bug google introduced with lollipop. Its related to the SHA1 generation from some certificates.

See:

  • http://www.zdnet.com/android-lollipop-users-warn-of-unusable-devices-after-upgrading-7000035977/
  • https://forums.adobe.com/message/6942812#6942812
  • https://code.google.com/p/android/issues/detail?d=79089
  • https://code.google.com/p/android-developer-preview/issues/detail?id=1668
  • https://code.google.com/p/android/issues/detail?id=79375

There is basically no solution except to wait for google to fix it or re-sign your app with a different key. But then you can't update it in the play store either.

If the app was installed on your device before the lollipop update, but is now gone, a workaround might be to uninstall the app using adb uninstall and then install it again.

update: As far as I know this is partially fixed in Android 5.0.1 and completely fixed in 5.0.2

like image 95
Lovis Avatar answered Oct 04 '22 00:10

Lovis