in my android app if I want to update APK file I use this:
adb install -r some_my.apk
Nice. It's work. Now I sign my bundle and as result Android Studio 3.5. generate : AAB (Android App Bundle) file. Nice.
Now I install prev app from Google Play. And I want to update my app by AAB.
How I can do this?
If I try this:
adb install -r some_my.aab
I get error:
adb.exe: need APK file on command line