android - Do multiple product flavors assets get packaged with ever build variant? -


i have multiple product flavors in android app assets(drawables, fonts, colors) different each flavor. curious when generate apk 1 of build variants, bundle assets of other build variants present?

it not copy resources/source other flavours, can verify changing extension of .apk file .zip , extracting it!


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -