aab to apks conversion describes the process of APK set archives (.apks) from .aab packages. This can be done with the bundletool addon for Android Studio with the following command:
bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks