[TIMOB-12663] Android: Facebook module won't work if there is a strings.xml in /platform/android/res/values/
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-02-20T21:22:49.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 04 API, 2013 Sprint 04 |
Components | Tooling |
Labels | n/a |
Reporter | Ping Wang |
Assignee | Ping Wang |
Created | 2013-02-11T18:59:00.000+0000 |
Updated | 2017-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.
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
---------------------------------------------------------------
Closing ticket as fixed.