xxxxxxxxxx
#Download bundletool jar and run the following command
java -jar "C:\Users\lamsa\Downloads\bundletool-all-1.8.2.jar" build-apks --bundle="C:\Users\lamsa\Downloads\qlur-937c9fcab902481a934e27e82313bedc-signed.aab" --output="C:\Users\lamsa\Downloads\extracted.apks" --ks="C:\laragon\www\wrapper\android\android.keystore" --ks-key-alias=android
xxxxxxxxxx
//to take apk from aab you have to download bundle tool and use this comand
java -jar bundletool-all.jar build-apks --bundle="<from where you want to take the aab>" --output="<where you want to be extrackted>" --mode=universal
//then just unzip the .apks like a rar file