0
votes

I want to add a new schema in the android ADT eclipse plugin.

Please direct the thread to appropriate forum if I am posting at wrong place. I could not find ADT forum. Thanks.

Basically I want to add a new schema in android adt plugin for my personal experiments.

AndroidManufest.xml has following schema.

xmlns:android="http://schemas.android.com/apk/res/android

How can I add new schema (along with the above one) something like this?

xmlns:android="http://schemas.android.com/apk/res/foo

Thanks a bunch,

1

1 Answers

1
votes

This isn't possible, currently. AFAIK, there's no forum for ADT.

What is the use case? If it's an important feature, you might be able to make an argument for it.