我是扑朔迷离的新手,需要实现一个计数器。 我找到了用于颤动的计步器插件,但无法运行示例代码。 我正在使用Visual Studio代码和Android Studio。我收到以下错误。
E/flutter (11300): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: PlatformException(1, StepDetection not available, StepDetection is not available on this device)
I/flutter (11300): ERROR: StepCount not available
我已按照文档说明将以下行添加到我的androidmanifest中:
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION/>
任何想法为什么这行不通? 不能在Android模拟器上测试计步器应用程序吗?我已经测试了像素2和像素3。
我有一个Iphone,并且我在Windows计算机上工作,所以我无法在物理设备上对其进行测试。