This will change the APK into an AAB file.
Since every file is encoded with protocol-buffers 49, there is no way to modify an aab file, but we can easily edit an apk file. Consequently, this procedure will turn a modified apk into an aab file.
Requirements:
- Java 8 & add to system variable
- Download .Net 6.0 runtime only Download .NET 6.0 (Linux, macOS, and Windows) 30
Selected apk & out put aab path should not contain any space in directory path
Min-sdk , target sdk , version name & code should be same as your apk have in AndroidManifest.xml
You need to sign the generated aab file with your keystore in order to publish the application in play store
You can use jarsigner for signing aab file