Please guide me on how to include strings.xml in my b4a app. I have added it as AdditionalRes but it seems not to be picked. I am passing an intent to an external application . The application needs to read strings.xml value of my app. I thought by just including strings.xml with the necessary value under res/values, it will work but its not working. In java, the application can read my strings.xml very well but if i use B4A, it fails to read it