I am trying to deploy my first instant app, but keep getting this error on the google play console that keeps the 'Deploy' button disabled:
Your Instant App APKs contains an APK that is greater than the maximum size of 4364793 bytes
while the android studio APK profiler tools shows:
raw size: 3.5 MB
Download size: 3.5 MB
APK size: 3.8 MB
Further more, I noticed that the maximum size kept decreasing as I reduced the APK's size(it was initially 4.2 MB)
I would like to get help if someone has a clue on what is going wrong.