简体   繁体   English

Google Glass无法检测到设备与最新版本的兼容性

[英]Google Glass unable to detect device compatibility with latest version

I've upgraded my Glass to XE22 and my SDK manger is up to date. 我已经将我的Glass升级到XE22,并且我的SDK管理器是最新的。 I've set up my project for GDK Preview [Android 4.4.2] and my project settings are android:minSdkVersion="19" android:targetSdkVersion="22" . 我已经为GDK Preview [Android 4.4.2]设置了项目,并且项目设置为android:minSdkVersion="19" android:targetSdkVersion="22"

However, I'm getting an error: 但是,出现错误:

No Launcher activity found!
The launch will only sync the application package on the device!
Performing sync
Automatic Target Mode: Unable to detect device compatibility. Please select a target device.

Do I have something set up incorrectly? 我设置不正确吗?

最小和目标都使用19 ... XE22中的“ 22”并不表示Glass的Android SDK版本。

android:minSdkVersion="19" android:targetSdkVersion="19"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM