我正在尝试在我的代码中使用这些导入来切换按钮。所有其他导入都很好,但只导入android.widget.Switch;不工作....显示无法解决的错误。请尽快回复。
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.widget.CompoundButton;
import android.widget.CompoundButton.OnCheckedChangeListener;
import android.widget.Switch;
import android.widget.Toast;
我收到ERROR MSG:
"Description Resource Path Location Type
The import android.widget.Switch cannot be resolved Light.java
/MyAndroidApp/src/com/example/androidswitchviews line 10 Java Problem"