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 !