Prevent import of android.R

前端 未结 1 1389
不知归路
不知归路 2021-01-21 09:36

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

相关标签:
1条回答
  • 2021-01-21 09:47

    You can try these options:

    imports

    Disable Add unambiguous imports on the fly or add android.R to Exclude from Import and Completion.

    0 讨论(0)
提交回复
热议问题