In the manifest file I have:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
but the compiler don't uses v.15 but v.10 or lower (on my phone, 4.0.4)
Have you any indication?
Thanks
[SOLVED] [NOT]
Sorry, i had used a comment in AddManifestText (') and I guess this is not allowed
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
but the compiler don't uses v.15 but v.10 or lower (on my phone, 4.0.4)
Have you any indication?
Thanks
[SOLVED] [NOT]
Sorry, i had used a comment in AddManifestText (') and I guess this is not allowed
Last edited: