Problems to generate APK in Android Studio

Asked

Viewed 3,463 times

2

I’m trying to generate a file . apk from my android pro projector.

I always could but after I upgraded it I couldn’t get any more. What I upgraded on two different machines.

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

inserir a descrição da imagem aqui

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

If I generate the apk on 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, It may be something related to this?

  • 1

    I think it’s for testing. Why don’t you try generating a normal unsigned apk?

1 answer

4


I was going through the same problem these days, marked the two options and managed to generate the apk and test normally. I found that is a new signature engine introduced in Android 7.0 with some new features for security reasons. Anyway you must mark so much V1 how much V2, not to have these problems.

Further information: apk Signature v2

Browser other questions tagged

You are not signed in. Login or sign up in order to post.