标签: android android-studio android-studio-import
我在Android Studio 1.4中选中了“动态添加明确导入”选项。 checked 'Add unambiguous imports on the fly' option 但是,它没有自动导入包装。 for example 为什么?
答案 0 :(得分:0)
如果明确指出包裹的名称,即
android.widget.Button
然后就不需要导入该包了。
如果您使用
Button btn;
相反,它应该导入。