Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android Studio 1.4 中选中了“动态添加明确导入”选项。 选中“即时添加明确的导入”选项 但是,它没有自动导入包。 例如 为什么?
如果您明确命名包,即
android.widget.Button
那么就不需要导入那个包了。
如果你使用
Button btn;
相反,它应该导入。