DOWNLOAD Convert APK TO AAB File on Windows

credibletv

Well-known member
Joined
Jul 31, 2022
Messages
143
Awards
3
Offline

Convert APK TO AAB File​




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:
  1. Java 8 & add to system variable
  2. Download .Net 6.0 runtime only Download .NET 6.0 (Linux, macOS, and Windows) 30
Exe file found in APK2AAB\Windows-exe\APK2AAB.exe

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

 
Last edited:
Top