My build keeps failing, please help?
hey guys,
I recently added playfab so that I could utilize features like cloudsaving to my game. I am trying to build for android currently, and would added both the facebook SDK and Google Play Games Services SDK to the project so that players can have sign in options. Whenever I try to build the game, the build fails and when I check the log, the error that I get is : AndroidManifest.xml:45: Tag attribute authorities has invalid character '$'.
I have done a number of things so far trying to resolve this issue. I have used the play service resolver, with the force resolve option. This downloaded the appcompat libraries. I have tried manually adding the support v-4 and appcompat v-7 libraries to the plugins/android folder. I tried doing a gradle build as well, which also failed. I have tried changing the minimum API level. I have tried manually inputting my facebook application ID into the android manifest file. so far, nothing works and the android manifest automatically reverts to: