I have added the Facebook SDK as per these instructions and Google Play Services as per these.
When building for Android I get this error:
Line 58: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
What am I missing?
Update: I tried to change the “/builtins/manifests/android/AndroidManifest.xml” to the one in Facebook and GSM, which produced a sea of new aggressive errors.
Oh, wait, hold on. The instructions for the Facebook extension are not correct (I should have noticed this when we discussed a clarification earlier today regarding https://defold.com/manuals/facebook/#installing-the-extension). Facebook no longer needs extension-gps. This is solved by Gradle. Remove extension-gps from your list of dependencies.
Also I strongly recommend that you do not depend on the master branch of any extension. Don’t depend on:
Done, and it works! Thanks a lot for having a look.
I’ve been meaning to do just that, thanks for the kick up the backside. I was able to change all dependencies above using a specific release, apart from these (they didn’t seem to have any releases other than the dynamic link):