Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

product flavor names cannot collide with build type names

I have created two build flavor one is debug and another one is release. Step 1. Go project structure in add flavor. step 2. Click on OK .

Now i am facing error like **

"product flavor names cannot collide with build type names"

like image 516
Surya Prakash Kushawah Avatar asked Nov 24 '16 09:11

Surya Prakash Kushawah


1 Answers

Build flavor name and build type name are same. Like build type release or debug or flavor names are debug and release.

Do rename your build flavor like dev or prod.

like image 165
Navdeep Soni Avatar answered Sep 22 '22 12:09

Navdeep Soni