Monday, April 12, 2010

WARNING: Application does not specify an API level requirement

when you forget to specify the minimum SDK version during the project setup, you may get the WARNING like

WARNING: Application does not specify an API level requirement

fix is easy, put the minimum SDK version into the manifest file



<uses-sdk minsdkversion="7"/>



No comments: