其中倒數第三及倒數第四行出現錯誤,其詳細錯誤訊息為
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />
→error: No resource identifier found for attribute 'targetSdkVersion' in package 'android'
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true"
→Multiple annotations found at this line:
- error: No resource identifier found for attribute 'largeScreens' in package
'android'
- error: No resource identifier found for attribute 'normalScreens' in package
'android'
- error: No resource identifier found for attribute 'smallScreens' in package
'android'
- error: No resource identifier found for attribute 'anyDensity' in package
'android'