I am working on a Java SE applicaiton that analyzes android applications.
Is there any schema/DTD that can be used to verify an AndroidManifest.xml? If found namespace definitions like:
xmlns:android="http://schemas.android.com/apk/res/android"
But schemas.android.com does not resolve to an acutal host so no schema file there :-(
Note: I do not want to do the validation on Android as a platform.