I have MyAppProject as android application project and MyLibProject as android library project. I have strings.xml(2 strings) and one xyz.java class in MyLibProject. xyz.java class has 2 get methods to access the strings.xml values.
I have added reference library project "MyLibProject" in "MyAppProject" application project.
For some usecase, I will check whether Library project xyz.java class is in classpath then get the values from xyz.class.
How to access the strings.xml texts in xyz.java class get method?