[AC-1617] Failed to read text from resource file
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-29T01:35:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | TCSupportTriage |
Reporter | Amasidda Wadeyar |
Assignee | Shak Hossain |
Created | 2014-12-24T07:26:28.000+0000 |
Updated | 2016-03-08T07:38:05.000+0000 |
Description
Steps to Reproduce
Create new application usnig Titanium SDK 3.5.0 RC
inside platform -->android---> res----> values-----> strings.xml folder
HELLO
in customized AndroidManifest.xml
application tag android:label='@string/appname'
Actual Result
It is giving the error saying the that unable to retrive text from resource folder and the name of the application is pacakge name
com.hello
Expected Result
It should read the appname from string.xml i.e HELLO and Application name should be HELLO
Attachments
Hello, I tested the issue you reported. On latest Appc tools read text from resource works properly and App name is changed successfully. So I recommend you upgrade studio and SDK to the latest build and test this code then let us know if you get the error again.
Thanks