Google Play Game Services + BaseGameUtils added to a Gradle project = package does not exist
- 阅读更多 关于 Google Play Game Services + BaseGameUtils added to a Gradle project = package does not exist
问题 I already read many answers on this subject but can't fix my problem, and here it is : I have a gradle project that is a game, in that game I want to add google game services like I successfully did with 'type-a-number' (which is NOT a gradle project). But I get the following error: Gradle: error: package com.google.example.games.basegameutils does not exist Gradle: error: cannot find symbol class BaseGameActivity Gradle: error: cannot find symbol variable super NOTE : in my activity