1

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

Security Coding
  • 119
  • 1
  • 9

2 Answers2

1

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.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Narendra_Nath
  • 4,578
  • 3
  • 13
  • 31
0

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.