-5

I'm trying to upload my apk file to Google Play. It gives me this message:

Your Instant App APKs should contain at least one base APK.

Here is the screenshot.

My build.Gradle.

Volo
  • 28,673
  • 12
  • 97
  • 125
Ayoub H-couch
  • 83
  • 1
  • 1
  • 4

2 Answers2

0

You have to upload the zipped file you get. Not the apk in the case of Instant apps.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Sandeep Chauhan
  • 117
  • 1
  • 9
0

In my case, I accidentally uploaded the symbols.zip instead of the ABB.

Evorlor
  • 7,263
  • 17
  • 70
  • 141