Hi…
When i used Adobe flash/Air to compile to Android,
i could use custom app names according to the user language
adding in the .XML (descriptor) file, something like this:
String wich is displayed at the home screen is located in the strings.xml (string name=“app_name”)
Or in short in your manifest file: android:label="@string/app_name"
And for each language file add: <string name="app_name">Your app name</string>
I’m trying to do the same thing with app name and template feature seems not working for me.
I need something like this, but files are not being copied: <template path="res/values" rename="app/src/main/res/values" />
At the same time individual files are working fine: <template path="res_free/values/strings.xml" rename="app/src/main/res/values/strings.xml" />
I’m using latest version of openfl/lime at the moment.
Any help with that?
Thank you!