Intent intent = new Intent(Intent.ACTION_VIEW,
Hardware.Preferences.CONTENT_URI);
startActivity(intent);
当我提供上述代码以启用传感器时......它们显示错误......@ Hardware.Preferences.CONTENT_URI);......说创建一个类 Hardware......请帮助......我是初学者在安卓...
您无法在模拟器中启用传感器。直接回答。您可以使用传感器模拟器工具。
http://code.google.com/p/openintents/wiki/SensorSimulator
基本上,您在 REAL android 模拟器上安装传感器模拟器应用程序。然后将代码添加到应用程序以连接到模拟器。阅读页面底部的安装步骤以获取更多信息。