I am build my project in android studio and I make bundle in android studio.
The bundle have aap file I think aap file and apk are same so how can I run aap file in android emulator
I am build my project in android studio and I make bundle in android studio.
The bundle have aap file I think aap file and apk are same so how can I run aap file in android emulator
Possible duplicate of. Install Android App Bundle on device
Use this GitHub Repo https://github.com/google/bundletool to extract your apk from your bundle and then run it on your device.
I dont think you can install the AAP file. It's a bundle that can be only used by Google Play and other services like that.