Android Studio 0.4.2 was working fine and today I opened it and almost everything was red and the auto-completion had stopped working. I look at the imports and AS seems to
I use shared preferences, but Android Studio complained about Editor symbol. Then, I added
import android.content.SharedPreferences.Editor;
and symbol is cool now.