1

Hi I am reading documents of Android Instant apps. I came across this statement here Project structure for Instant Apps

When built into an instant app, this module builds a feature APK. When built into an installed app, the base feature module produces an AAR file.

As I see, there is no option in Android Studio to built instant app or installed app differently? What they mean here?

Prags
  • 2,457
  • 2
  • 21
  • 38
N Sharma
  • 33,489
  • 95
  • 256
  • 444

1 Answers1

2

I think this is what I was looking.

enter image description here

N Sharma
  • 33,489
  • 95
  • 256
  • 444