1

I have a few problems regarding using ActionBarSherlock example and mono for android.

Monodevelop does not recognize the ’Com’ namespace. I can compile without errors but the IDE does not recognize the namespaces and classes inside it.

enter image description here

Anybody else suffering from this issues?

4

1 回答 1

2

Are you referencing the DLL, or the Java Binding project? There is a known bug for this: https://bugzilla.xamarin.com/show_bug.cgi?id=6695. It looks like this bug has been fixed, just not released yet.

If you reference the DLL instead of the binding project you should get your Intellisense back.

于 2012-11-22T19:31:27.433 回答