Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop Android Studio suggesting "Insert App Indexing" quick fix?

Android Studio keeps suggesting me to add App Indexing code. Worse that it shows quick fix icon always when cursor is in line where there are no other problems.

Quick fixes become less useful because of need to care if it will not "fix" App Indexing problem. Second - it's annoying and distract from real issues.

How to disable this "brilliant" feature?

like image 766
mmprog Avatar asked Nov 01 '16 22:11

mmprog


1 Answers

Brilliant indeed, took me an hour to undo the changes it caused and to turn it off for good.

File -> Settings -> Plugins -> Firebase App Indexing -> uncheck.

Restart Android Studio and it will be gone.

Note that this will remove the plugin, don't know if there is a way to just disable the quickfix suggestion.

like image 54
Selçuk Cihan Avatar answered Oct 25 '22 13:10

Selçuk Cihan