Hi I followed the guide on http://developer.android.com/guide/appendix/install-location.html and because I still want to support old devices I set the minSdk property to 3 changed the build target to API Level 8. The problem is that now I'm getting the following warning in my application: "Description Resource Path Location Type Attribute minSdkVersion (3) is lower than the project target API level (8) AndroidManifest.xml /Yaniv For Android line 1 Android ADT Problem"
I don't like warnings. Is there anything that can be done for that? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

