Test apk without compiling for each version

59 Views Asked by At

If I compile my application for API level 25 and and distribute apk using fabric beta, will it automatically support other API levels? My min SDK level is set to 21.

1

There are 1 best solutions below

4
On

Easy to test, kick off some emulators and try the app with different versions, 21, 22, 23, etc and check for the results. Because sometimes the app can be installed on X version but something can do crash for a specific version.