Thanks for answering teacher
Manifest File I have not touched
'This code will be Applied to the manifest file During compilation.
'You do not need to modify it in most cases.
'See this link for for more information:
Manifest Editor
AddManifestText (
android:minSdkVersion="4" <uses-sdk android:targetSdkVersion="14"/>
<supports-screens android: largeScreens = "true"
android: normalScreens = "true"
android: smallScreens = "true"
android: anyDensity = "true" />)
SetApplicationAttribute (android: icon, "@ drawable / icon")
SetApplicationAttribute (android: label, "$ LABEL $")
'End of default text.
and Project -> do not overwrite this file manifest unmarked
Any other ideas of what can be?
thanks