Unable to sign apk “with only the traditional scheme” even after setting 'v2SigningEnabled' as false
问题 I updated my android-studio to latest stable version i.e. 'Android Studio 2.3 ' and also the gradle to 2.3.0 . Now, when I am trying to generate a signed apk of my app's release build, this "extra" thing (Signature versions:) is getting shown in the last step: I clicked on 'Signature Help' and this page got opened. I followed the doc and made changes to my build.gradle file like this: apply plugin: 'com.android.application' //Put Fabric plugin after Android plugin apply plugin: 'io.fabric'