Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12663] Android: Facebook module won't work if there is a strings.xml in /platform/android/res/values/

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2013-02-20T21:22:49.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sRelease 3.1.0, 2013 Sprint 04 API, 2013 Sprint 04
ComponentsTooling
Labelsn/a
ReporterPing Wang
AssigneePing Wang
Created2013-02-11T18:59:00.000+0000
Updated2017-03-08T23:45:54.000+0000

Description

If there is a strings.xml in the /platform/android/res/values/ folder, it will overwrite the one in the Facebook module, therefore the module can not find the resources and can not work correctly. Need to fix the build script to merge all the xml resources.

Comments

  1. Ping Wang 2013-02-14

    https://github.com/appcelerator/titanium_mobile/pull/3870 For FR, please copy the strings.xml attached below to the folder /i18n/en/ or /platform/android/res/values/ and then run the example app in facebook/mobile/android/example/ in the [PR](https://github.com/appcelerator/titanium_modules/pull/79). --------------------------------------------------------------- strings.xml
       <?xml version="1.0" encoding="utf-8"?>
       <resources>
           <string name="some_string">some string</string>
       </resources>
       
    ---------------------------------------------------------------
  2. Lee Morris 2017-03-08

    Closing ticket as fixed.

JSON Source