I'm going to publish my app into google developer's console, but discovered that there is an app limit of 50MB, and to solve the issue I have 2 options: 1) expansion files and 2) multiple apks
So I tried to use the second option and distributed the images among several apks according to screen sizes. The size of single apk has, of course, decreased, but still exceeds 50MB. Is it possible to have an expansion file and multiple apks?