Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1617] Failed to read text from resource file

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-09-29T01:35:29.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsTCSupportTriage
ReporterAmasidda Wadeyar
AssigneeShak Hossain
Created2014-12-24T07:26:28.000+0000
Updated2016-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

FileDateSize
.log2014-12-24T07:26:33.000+00001183222
diagnostic2640690380599031117.log2014-12-24T07:26:57.000+000057338

Comments

  1. Motiur Rahman 2015-08-26

    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.
       <?xml version='1.0' encoding='UTF-8'?>
       <resources>
       	<string name='appname'>HELLO</string>
       </resources>
       
       
       <android xmlns:android="http://schemas.android.com/apk/res/android" >
       		<manifest>
       			<application android:label='@string/appname' />
       		</manifest>
       	</android>
       
    Thanks

JSON Source