How can I installed .AAB file with adb or other tool over a WiFi only connected Android 11 device?
I have been using something like:
adb.exe -s 192.168.1.120:5555 install -g some.apk
tried specifying the .aab instead of the .apk in my script but it won't accept it.
The ionic build process started building .aab is there a way to tell it build only .apk for a specific device? I do not intend or wish to publish to the Google Play.
Thank you.