android studio 无法使用搜狗输入法终极解决方案

搜遍网上的解决方案都没什么效果,结果重置sogou和fcitx就好了

#!/bin/sh
pidof fcitx | xargs kill
pidof sogou-qimpanel | xargs kill
nohup fcitx  1>/dev/null 2>/dev/null &
nohup sogou-qimpanel  1>/dev/null 2>/dev/null &