What is the main benefit of shipping an Android App Bundle instead of an APK?
- A Users download only the code and resources their device needs
- B It is easier to sign
- C It bypasses Play Store review
- D It enables instant updates
Answer
Users download only the code and resources their device needs
Combined with R8 shrinking and modern image formats, it substantially reduces the download size users actually experience.





