0

I have a main activity with a layout that I would like to re-use for a paid and free flovours. I have an xml file with an AdView in it. How do I use the AdView in just the free verion.

buckithed
  • 193
  • 1
  • 2
  • 11

1 Answers1

0

You can create separate resources for each flavours with same name.

enter image description here For Further reference you can check this link https://www.androidauthority.com/building-multiple-flavors-android-app-706436/

Lakshmi
  • 78
  • 11