How to prevent android.R package from autoimport in IntelliJ Idea?
It\'s really annoying when Idea import android.R package and you can\'t use R class from your project
You can try these options:
Disable Add unambiguous imports on the fly or add android.R to Exclude from Import and Completion.
android.R