There seems to be issues with the Android Studios project:
ERROR: Could not determine the class-path for class com.android.tools.idea.gradle.project.sync.ng.SyncAction.
And after cleaning and trying again I keep seeing
Build script error, unsupported Gradle DSL method found: 'google()'!
Possible causes could be:
- you are using Gradle version where the method is absent (Fix Gradle settings)
- you didn't apply Gradle plugin which provides the method (Apply Gradle plugin)
- or there is a mistake in a build script (Goto source)
Open File
FInally shouldnt it use SDK28 foro google play? seems to be on 27.
None of this would matter if I could test the .arr in the project but I cannot compile, and anything I type is considered "OK" by Android Studio. ANy ideas how I get a proper working AS project?