# FAQ

### Tools/Gley menu is not shown. Cannot open the Settings Window.

Fix all errors (red messages) from your console so that scripts can compile.

***

### Repo path 'Packages/com.google.play.games/Editor/m2repository' does not exist.&#x20;

### Resolve Android Libraries does not work

Find the fix here: <https://github.com/playgameservices/play-games-plugin-for-unity/issues/3145>

***

### The name 'AchievementNames' does not exist in the current context

### The name 'LeaderboardNames' does not exist in the current context

Add **using Gley.GameServices;** to your file

***

### **Login always fails**

Solution1: Verify that your App ID is correct and does not have any white spaces before or after.

Solution 2: Upload your game to Google Play and download it with your test user.

Solution 3: Debug your app on device and see exactly what error do you get. Here is a simple tutorial on how to do that:

{% embed url="<https://youtu.be/6iqGaysB8gU>" %}
On device debugging
{% endembed %}

***

### The type or namespace name 'AchievementNames' could not be found

This happens when plugin folder is deleted and reimported.

Fix: Navigate to **Player Settings->Other Settings->Scripting Define Symbols** and delete **GLEY\_GAMESERVICES\_ANDROID** or **GLEY\_GAMESERVICES\_iOS**

<figure><img src="https://2479390621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNYWan87AUQdgXRIESahU%2Fuploads%2FJ2t5owOQDqtEZZmWCDiI%2Fimage_2023-08-10_172142591.png?alt=media&#x26;token=0e89deb2-f6ba-4d76-9ce0-2af5f6aee4a1" alt=""><figcaption><p>Delete define</p></figcaption></figure>

***

### The namespace \<global namespace> already contains a definition for 'AchievementNames'

Solution 1: Make sure your editor is on Android or iOS platform.

Solution 2: Delete **AchievementNames.cs** and **LeaderboardNames.cs** from the example folder.

<figure><img src="https://2479390621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNYWan87AUQdgXRIESahU%2Fuploads%2FfoGMbtH2mIgDvW8p9rBI%2Fimage_2023-08-10_173006804.png?alt=media&#x26;token=cfeec952-aef6-4c12-b842-1670da151fdf" alt=""><figcaption><p>Delete duplicate files</p></figcaption></figure>
