I developed one android application and te开发者_运维知识库sted it in HTC desire (sdk 2.2), i can install it and i can work on it. But when i try to install it in lower android sdk devices like HTC EVO (SDK 2.1) or Sony xperia (sdk 1.6) it displaying "Parser Error". And in the manifest file i set the the following code.
<uses-sdk android:minSdkVersion="3" android:maxSdkVersion="8"/>
I dont know what is the solution for this anybody please help me if you know the answer.
Thanks and Regards, Rajapandian.K
This error doesn't look like something related to the manifest, probably a function which has changed between versions. Look into logCat to see the stack trace of the error, and you'll probably be able to know a little more about your error.
精彩评论