标签: android android-studio android-studio-2.1
当我在android studio中编写行:import android.bluetooth.BluetoothAdapter;时,
import android.bluetooth.BluetoothAdapter;
一旦我在分号后输入,上面的一行就会消失。
可能是由于行:import android.support.v7.app.AppCompatActivity;
import android.support.v7.app.AppCompatActivity;
当TextView导入线消失时,也没有+符号因此肯定没有折叠线。 请提出一些解决方案来帮助我,因为我无法在线找到任何解决方案。令人沮丧。
TextView
答案 0 :(得分:2)
导入你应该使用的任何类
import root.subroot.classname;
这里你犯了一个错误import.name;
import.name;
更改
import.android.bluetooth.BluetoothAdapter;
到
答案 1 :(得分:0)
因为你没有使用蓝牙适配器的任何对象实例化该类的一个对象而且它会自动显示......导入语句的淡化意味着它的冗余
答案 2 :(得分:0)
转到设置>编辑>一般>自动导入
取消选中“暂时优化导入