[mono-android] Java.Lang.NoClassDefFoundError: java.lang.ICharSequence

Tossing, Chris ctossing at touchcominc.com
Tue Dec 6 15:59:15 EST 2011


Jon, Andy,

Sorry for the delayed response - my account was accidentally deleted from our corporate active directory, and I have been trying to get back on track with TFS, etc. for much of the day.

That worked for both situations - thank you!

I added the following two lines to my startup code, and it is working:

     TypeManager.RegisterType("android/text/InputFilter", typeof(Android.Text.IInputFilter));
     TypeManager.RegisterType("java/lang/CharSequence", typeof(Java.Lang.ICharSequence));

Thank you,

Chris Tossing

The details of this company are as follows:
Touchcom Inc, Registered Office: 21 North Avenue, Burlington, MA 01803.

This communication may contain information which is confidential, personal and/or privileged.

It is for the exclusive use of the intended recipient(s).
If you are not the intended recipient(s), please note that any distribution, forwarding, copying or use of this communication or the information in it is strictly prohibited.

Any personal views expressed in this e-mail are those of the individual sender and the company does not endorse or accept responsibility for them.

Prior to taking any action based upon this e-mail message, you should seek appropriate confirmation of its authenticity.

This e-mail has been scanned for all viruses by MessageLabs.


More information about the Monodroid mailing list