In my application i need to run my application of both versions android 2.1 and android 2.2. my application run sucessfully in android 2.2 but it shows error “DTD handler not supported” when i run on 2.1. My build is made in 2.1,but this application only run in
its a web application and i am using sax parser.
please suggest what should to do. its urgent
Thanks in advance.
In my application i need to run my application of both versions android 2.1
Share
Right click on your project, choose Properties, then click Android and check which version you are using.
Also check your Manifest.xml to see if the following line is present
This should map to the correct version you want. For 2.0 its 5, 7 fro 2.1 and for 2.2 its 8