android - how to resolve "WARNING: Application does not specify an API level requirement"? -


hello writing android application, run application, following application generates , application doesn't appear on windows, please .. !!!! appreciate if right solution ,,,,,,

to resolve warning add

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

to manifest tag in androidmanifest.xml. replace 4 lowest number of sdk version want support.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -