android/sunflower

Views branch does not build - Error: For locale "fr" (French)

Offen

#832 geöffnet am 21.02.2023

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Kotlin (4.772 Forks)batch import
help wanted

Repository-Metriken

Stars
 (17.785 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi all, I wanted to build app from Views branch for learning purposes, here is stacktrace:

> Task :app:lintDebug FAILED                                                                                                                                                                                   
Lint found 6 errors, 28 warnings. First failure:

D:\PROJEKTY\sunflower\app\src\main\res\values-fr\strings.xml:34: Error: For locale "fr" (French) the following quantities should also be defined: many [MissingQuantity]
    <plurals name="watering_needs_suffix">
    ^

The full lint text report is located at:
  D:\PROJEKTY\sunflower\app\build\intermediates\lint_intermediate_text_report\debug\lint-results-debug.txt

FAILURE: Build failed with an exception.

Just wanted to let you know. It only happens when called via ./gradlew build

Contributor Guide