我导入了 android 项目,但出现 3 个错误
error: Error: String types not allowed (at 'screenOrientation' with value 'sensorPortait'). AndroidManifest.xml /com.cartmillimaging.fishingmate.MapViewActivity line 16 Android AAPT Problem
在不同的行上出现相同的错误。
<activity android:name=".MapViewActivity" android:screenOrientation="sensorPortait">
对于项目构建目标,我选择了 Google API 2.3.3。10. 我还启用了 Java 编译器项目特定设置,并将编译器合规性错误设置为 1.6。
我是android开发的新手,你能帮我吗?