Problem accessing constant via full package name

I seem to have problems accessing android classes/constants by their full package names. For example the line below:

d.Window.requestFeature(android.R.attr.windowNoTitle);

(where d is a Dialog)

gives the following error:

/Users/steve/SCM/git/BeerAlchemy-RemObjects/BeerAlchemy/Android/Pickers/Text/TextEntryContextualEditorFragment.cs(77,28): error E46: Unknown identifier “com.android.R”

Class Documentation: http://developer.android.com/reference/android/R.attr.html

Am I doing this wrong or is this a bug. I’ve noticed similar when trying to access UI classes by their full package names.

Hello,

I just tried to compile that code and it compiles fine. Could you please send us the full project that shows error so we can reproduce and fix it.

Best regards.

@viktoriad Who shall I send it to? Carlo?

You can send it to support@remobjects.com

Have sent link to project to support (SUPPORT:70248).