我已经调了整整两天,在线等大神求解决

Error:(28, -1) android-apt-compiler: [main] E:\project\saleForAndroid\app\src\main\AndroidManifest.xml:28: error: Error: String types not allowed (at 'screenOrientation' with value 'sensorPortrait').图片说明

android版本呢?这个2.3以前是不支持的。

不是啊,我用的是Android api 20,19,都调了,没用的图片说明

你的写法看起来好像是正确的,如下:

 android:screenOrientation="landscape"

你有没有换其它的值试试,如我上面提供的。

E:\project\saleForAndroid\app\src\main\AndroidManifest.xml文件的28行
错误: screenOrientation的值不支持。
http://blog.csdn.net/nmgchfzhzhg/article/details/8077133