androidapkparsing-error

APK Parsing Error


I do not know how to continue...

I build a signed or unsigned apk with Android Studio (everything is up to date). Now I want to test this apk and install it on my phone. But I always get a parsing error...

I tried diffrent devices but with the same result. I tryed a blank app but with the same result. I can't install it because of a parsing error. But deploying directly from AS works just fine!

What I tried out: Reinstalling SDK (latest) Reinstalling Android Studio (latest) Reinstalling Java (latest)

an older gradle version (2.2.3)

Dev options and allowing unknown sources are aktive on all my devices. minSdkVersion is set to 19 (I just have devices with Android 5 and 6)

I don't have an idea where the problem comes from...

Can somebody help me?

Thanks in advance!!!


Solution

  • OK I finally solved my problem!

    I uploaded the apk to dropbox! That was the problem!

    If I move the apk directly to the download folder of my device (using USB) everything works fine!

    But anyway thanks for your help!