Replies: 1 comment
-
Open your project in Android Studio. Locate the Build Variants panel: -In the Build Variants panel, find the app module. -Next to the app module, there is a dropdown menu showing the current build variant. Click it to see all available flavors combined with build types (e.g., offDebug, obfDebug, etc.). -Select offDebug (or any off flavor variant) from this list. -After selecting the OFF flavor, clean and rebuild the project by going to Build > Clean Project and then Build > Rebuild Project. -Run the app. You should now see the Open Food Facts interface instead of Open Beauty Facts. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the install steps of the readme file, it is written "In Android Studio, make sure to select OFF as the default flavor". How do I do that? In my home fragment, it shows open beauty facts
Beta Was this translation helpful? Give feedback.
All reactions