Hey Guys,
I have 2 projects, one which is the core and one which is my actual android project in my android solution. We are 3 solutions, one for iOS and one for Android and the Core.In the core, we have a project for iOS and one for Android that we in both Android and iOS solutions. So I want to do some stuff only in the core but I have problems with the Resources.String.myString because, in my Android project in the core, there is obviously no strings, they are all in the Android solution project. A solution for this would be to just copy the strings.xml file to the core, but then each time I would change a string, I would have to make it in the core as well so I wonder if there is way to reference the file from the android solution in my core project without actually copying it or if some one has any better suggestion.
Thanks a lot for your time and have a great day.
Claude