Prevent Import Of Android.r
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 unless you d
You can try these options:
Disable Add unambiguous imports on the fly or add android.R
to Exclude from Import and Completion.
Post a Comment for "Prevent Import Of Android.r"