OSX 开发 android 上的 SDK 不匹配错误 UNSUPPORTED_SDK_VERSION_ERROR

SDK Mismatch Errors UNSUPPORTED_SDK_VERSION_ERROR on android from OSX development

使用 android Studio 1.5.1

JRE 1.6.0

使用最新的 Android band sdk microsoft-band-1.3.20105.2.jar

在 osx 10.11.2

上开发

目标星系不是 SDK 版本 22(最低版本为 17)

尝试运行示例代码

BandInfo[] devices = BandClientManager.getInstance().getPairedBands();

投掷

UNSUPPORTED_SDK_VERSION_ERROR

我做错了什么?

错误消息很可能是 "The version of Microsoft Health installed does not support this application. Please update to the latest version of Microsoft Health."。

因此,您只需更新安装在 phone 上的 Microsoft Health 版本即可。

每个新版本的 Microsoft Band SDK 似乎都只能与最新版本的 Microsoft Health 一起使用,因为正是该应用程序保持了 Band 的蓝牙连接。