如何解决"警告:应用程序没有指定一个API等级要求与QUOT ;? [英] how to resolve "WARNING: Application does not specify an API level requirement"?

查看:151
本文介绍了如何解决"警告:应用程序没有指定一个API等级要求与QUOT ;?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好
我写一个Android应用程序,但像我这样运行这个应用程序,以下应用程序生成和应用不会出现在窗口,
请帮忙 .. !!!!
我将AP preciate如果我得到正确的解决方案,,,,,,

Hello I am writing an android application, but as I do run this application, the following application generates and application doesn't appear on the windows, please help .. !!!! I will appreciate if I get right solution ,,,,,,

推荐答案

要解决此警告添加

<uses-sdk android:minSdkVersion="4" /> 

的Andr​​oidManifest.xml 清单标记。你想要支持的最低数量的SDK版本替换4。

to the manifest tag in AndroidManifest.xml. Replace 4 with the lowest number of SDK version you want to support.

这篇关于如何解决&QUOT;警告:应用程序没有指定一个API等级要求与QUOT ;?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆