LocaleConfig for Per app language preferences not generated

335 views Asked by At

I'm currently working on localization for a native android app using Jetpack Compose (minSdk 24, targetSdk 34).

Following the official reference Per app language preferences, I set all the configurations as described.

The guide reports:

Starting with Android Studio Giraffe and AGP 8.1, you can configure your app to support per-app language preferences automatically. Based on your project resources, AGP generates the LocaleConfig file and adds a reference to it in the final manifest file, so you no longer have to do it manually.

Currently I'm using Android Studio Giraffe | 2022.3.1 Patch 2 version with AGP 8.1.2 but the LocaleConfig file isn't generated when building the project or generating an apk.

Am I missing some other configuration setting that is not reported in the guide ? Am I still obliged to configure the locale config file manually ?

0

There are 0 answers