In one of the guides for the implementation of EdMob ads in applications on LibGdx it is written that you need to add such lines to bild.gradle (android module)
dependencies { compile 'com.google.android.gms:play-services-ads:10.2.4' } after they are added and the project is synchronized, an error occurs (screenshot below)
How to add google play services without errors?
