简体   繁体   中英

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. I've set up my project for GDK Preview [Android 4.4.2] and my project settings are 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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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