使用Android Studio时,当鼠标悬停在与# Python 2.7.6:
wget http://python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz
tar xf Python-2.7.6.tar.xz
cd Python-2.7.6
./configure --prefix=/usr/local --enable-unicode=ucs4 --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
make && make altinstall
关联的文本上时,我收到此错误。但是,当我向下移动鼠标以点击android:name
时,工具提示会消失。快捷方式more
也无效。
我做错了什么?