I am getting build failure after adding Google Play services aar files to my Unity project. Everything was working fine before adding GPS files.
After checking the Unity editor.log
, the error says:
Too many method references to fit in one dex file... You may try using multi-dex.
How to resolve this? And enable multidex in Unity project?