I am signing the apk with my keystore. But I am not able to install due this excepton "INSTALL_PARSE_FAILED_NO_CERTIFICATES".
"INSTALL_PARSE_FAILED_NO_CERTIFICATES" in Android studio 2.3 beta1with android version is "25"
17.3k views Asked by Kona Suresh At
2
try to change the Gradle tool plugin version...this solved the problem for me. Replace classpath 'com.android.tools.build:gradle:xxx To classpath 'com.android.tools.build:gradle:yyy [to some older version]