-1

I have some issue installing my App (not through Google Play but just downloading the APK) on devices equipped with Android 6.0.1. It's installing correctly on Android 6.0. The gradle configuration is the following:

compileSdkVersion 23
buildToolsVersion '23.0.3'
minSdkVersion 15
targetSdkVersion 23

The error is: cannot parsed the package. Someone knows if there is some special things to know about the 6.0.1 version ? Thanks in advance !

Hubert Solecki
  • 2,611
  • 5
  • 31
  • 63

1 Answers1

0

So According to this page

parsing problem will occur based on

  1. Parse error can occur if you have made changes to the app’s manifest file like changing the Android version.
  2. It can also occur due to a corrupted .apk file or may because of a partially downloaded apk file.

  3. Not enough permission to install third-party apps from unknown sources.

  4. Your Android smartphone OS version or the hardware is not compatible with the app.

  5. A third-party security application is blocking the app installation.
noobEinstien
  • 3,147
  • 4
  • 24
  • 42
  • I've found this before and tried all of theses points. Just found out that the App is installing on NEXUS 5 with Android 6.0.1 but not on the Samsung S5 and OnePLusOne.. – Hubert Solecki Dec 06 '16 at 14:48