厨房水槽没有在genymotion运行

时间:2014-09-14 15:26:21

标签: android appcelerator

appcelerator的新手,我安装了genymotion,并想在其中启用厨房水槽,但我得到以下错误,我已经检查了谷歌的解决方案,但没有找到:

[ERROR] Application Installer abnormal process termination. Process exit value was 1
[ERROR] :  The minimum supported SDK version must be 10 or newer, but is currently set to 8
Update the android:minSdkVersion in the tiapp.xml or custom AndroidManifest to at least 10:

在tiapp.xml里面我没有android:minSdkVersion,我没有在项目中找到任何安卓机器人。

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

KitchenSink官方存储库的tiapp.xml。

你应该添加:

...
<android xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="10"/>
....

我希望我的回答可以帮助你;)