Edit or Modify the AAB file

@Sanjay_Khatiwada you didn’t give a space between command

1 Like

Ok I will try again in later or tomorrow

hi i did it successfully i am using another device i.e win10 and it creates AAB file. while what I did at that time was using a win7 device. thank you all for the help.

2 Likes

i have done lets try in playstore :grinning:

1 Like

thank you simpledimple i have done and waiting or playstore review .

1 Like


help

Refer This

Hey, can you make a video on youtube showing how to make it from scratch? api 29 to 30 steps to do and what to do from required applications like pyton
and whatever is necessary. Please

image
help

:point_down: :point_down:

welcome to the Community
The Video for Short Method (easy is Given)
Please refer


help

I want to tell you that I succeeded in doing the long method but I signed the app using jarsigner. Thank you so much :+1:

I want to add a useful information that you can use the same bundle tool which generated aab file to convert aab to apk to ensure that you built the aab correctly.
just write:

java -jar bundletool-all-1.8.0.jar build-apks --bundle=“test.aab” --output=“test.apks” --mode=“universal”

Then extract test.apks, you will find universal.apk which is your app APK

I mastered building aab and apk manually :muscle: Thanks for great tutorial

1 Like

If google play accepted your aab then these errors are not related to the app itself but you have to give google play some information as the app is not a COVID-19 contact tracing.

You can easily write:
jarsigner -keystore android.keystore (*.aab) (alias)

very easy

Basically play store want to know if your app Covid 19 tracking or not

You’re welcome :grinning_face_with_smiling_eyes:

1 Like

Yes i am also facing same issue

It’s resolved when i closed previous command prompt and open the command prompt as Administrator.

He is talking about GIT Command prompt