Skip to content Skip to sidebar Skip to footer

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

Solution 1:

You can try these options:

imports

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"