Frederico Costa Galvão created CB-7683:
------------------------------------------
Summary: Android strings aren't added in upgrade process to 3.6.3
Key: CB-7683
URL: https://issues.apache.org/jira/browse/CB-7683
Project: Apache Cordova
Issue Type: Bug
Components: Android, CLI
Affects Versions: 3.6.3
Environment: {Xubuntu 13.10 x86_64} {node -v = v0.10.25} {npm -v =
2.0.2} {cordova -v = 3.6.3-0.2.13}
Reporter: Frederico Costa Galvão
Priority: Minor
The new strings added to *./platforms/android/res/values/strings.xml* exists
correctly on a newly created project, but doesn't in an upgraded project.
After upgrading my project from 3.5.x to 3.6.3:
{code:xml}
<string name="app_name">Bacon</string>
{code}
Expected:
{code:xml}
<string name="app_name">Bacon</string>
<string name="launcher_name">@string/app_name</string>
<string name="activity_name">@string/launcher_name</string>
{code}
I don't know how or wether the project actually needs those strings or if they
can infer them from the *app_name* string somewhere else, but it's nonetheless
a bug, considering the upgrade process should take a project up to par with a
newly created one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)