Problems generating APK in Android Studio

1

I'm trying to generate an .apk file from my pro android project.

I always got it normally but after I updated it, I could not get it anymore. This I have updated on two different machines.

When I generate the .apk, the image appears below and I click on V2 (Full PAK Signatur)

If I generate the APK, when I go to test on some device a message appears saying ( The application has not been installed ).

If I generate the apk in an earlier version of android, it works normally ..

The part I circled in the image was not requested in the previous version of my android, can it be something related to this?

    
asked by anonymous 10.04.2017 / 20:11

1 answer

2

I was going through the same problem these days, I marked the two options and managed to generate the apk and test normally. I discovered that it is a new subscription mechanism introduced in Android 7.0 with some new features for security reasons. Anyway, you should tag both V1 and V2 , so you do not have these problems.

More in-depth information: apk signature v2

    
11.04.2017 / 00:50