I\'m trying to add google play services to my libGDX project in IntelliJ Idea. I\'ve followed the setup guide here: https://developers.google.com/android/guides/setup
At the latest Google Play Services 15.0.0, it occurs this error when you include entire play service like this
Google Play Services 15.0.0
implementation 'com.google.android.gms:play‐services:15.0.0'
Instead, you must specific the detail service like Google Drive
Google Drive
com.google.android.gms:play-services-drive:15.0.0