我已将Glass升级到XE22,我的SDK管理器是最新的。我已经为GDK预览[Android 4.4.2]设置了我的项目,我的项目设置为android:minSdkVersion="19" android:targetSdkVersion="22"
。
但是,我收到了错误:
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.
我是否设置错误?
答案 0 :(得分:2)
对最小和目标使用19 ......" 22"在XE22
中,并未引用Glass的Android
SDK
版本。
android:minSdkVersion="19" android:targetSdkVersion="19"