【问题标题】:Kitchen sink not running in gennymotion厨房水槽没有在genymotion中运行
【发布时间】:2014-09-19 05:35:49
【问题描述】:

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 并且我在项目中没有找到任何 android 清单。

感谢您的帮助。

【问题讨论】:

    标签: android appcelerator


    【解决方案1】:

    KitchenSink官方仓库的tiapp.xml。

    你应该添加:

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

    希望我的回答对你有帮助;)

    【讨论】:

    • 您好,感谢您的 ans web,将对其进行测试并重新发布结果:)
    猜你喜欢
    • 2015-06-28
    • 1970-01-01
    • 1970-01-01
    • 2017-06-10
    • 1970-01-01
    • 2016-02-20
    • 1970-01-01
    • 2020-02-24
    • 2021-04-05
    相关资源
    最近更新 更多