gemini-cli - 💡(How to fix) Fix Skill conflict detected: "android-cli" [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
google-gemini/gemini-cli#26248Fetched 2026-05-01 05:53:12
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

Code Example

> /about
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                                            │
About Gemini CLI│                                                                                                                                                                                            │
CLI Version                                                      0.40.0Git Commit                                                       3d5bdc052                                                                                                                 │
Model                                                            gemini-3-flash-preview                                                                                                    │
Sandbox                                                          no sandbox                                                                                                                │
OS                                                               win32                                                                                                                     │
Auth Method                                                      Signed in with Google (bbs.012396@gmail.com)Tier                                                             Gemini Code Assist for individuals                                                                                        │
│                                                                                                                                                                                            │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
RAW_BUFFERClick to expand / collapse

What happened?

I installed the android-cli and do the android init which installing the skills for Android Development.

But now, when I launched gemini-cli, it always complain about android-cli skills that was installed in .agents that overriding the same skill in .gemini folder.

What did you expect to happen?

it should not happen

Client information

<details> <summary>Client Information</summary>

Run gemini to enter the interactive CLI, then run the /about command.

> /about
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                                            │
│ About Gemini CLI                                                                                                                                                                           │
│                                                                                                                                                                                            │
│ CLI Version                                                      0.40.0                                                                                                                    │
│ Git Commit                                                       3d5bdc052                                                                                                                 │
│ Model                                                            gemini-3-flash-preview                                                                                                    │
│ Sandbox                                                          no sandbox                                                                                                                │
│ OS                                                               win32                                                                                                                     │
│ Auth Method                                                      Signed in with Google ([email protected])                                                                              │
│ Tier                                                             Gemini Code Assist for individuals                                                                                        │
│                                                                                                                                                                                            │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
</details>

Login information

No response

Anything else we need to know?

No response

extent analysis

TL;DR

The issue can likely be resolved by removing or reconfiguring the android-cli skills installed in the .agents directory to avoid conflicts with the skills in the .gemini folder.

Guidance

  • Check the contents of the .agents directory to identify the specific android-cli skills that are causing the conflict.
  • Consider removing the android-cli skills from the .agents directory if they are not necessary for your workflow.
  • If the skills are required, try renaming or reconfiguring them to avoid naming conflicts with the skills in the .gemini folder.
  • Verify that the android init command is not reinstalling the conflicting skills after making changes.

Notes

The solution may vary depending on the specific requirements of the android-cli and gemini-cli tools, as well as the user's workflow and environment.

Recommendation

Apply workaround: Remove or reconfigure the conflicting android-cli skills to avoid naming conflicts with the skills in the .gemini folder. This approach is recommended because it allows for a targeted solution that addresses the specific conflict without requiring a version upgrade or more invasive changes.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING