I slightly offtopic question, I'm trying to build a copy of MDK Utility. I've taken a clone of the Git repo, and opened the project in Android Studio. However when I try to build it I get the message
Error:(78, 28) No resource found that matches the given name (at 'value' with value '@integer/moto_mod_services_version').
THis value should be provided by values.xml from Motorola's ModLib.zip, copied to app/res/values, as per https://developer.motorola.com/build/tools/setup-environment#block-yui_3_17_2_1_1469564758210_201902. However Android Studio just ignores the file and I see no way to change that.
Anyone know what I missed?