Newbie here.... I'm creating an app widget configuration activity - mIConfig (file is mIConfig.cs). My VS2010 project name is mWidgetTest. I'm adding the following line to declare the configuration activity in the AppWidgetProviderInfo XML file:
android:configure="mIConfig" also tried android:configure="mWidgetTest.mIConfig" and I'm getting an error when linking: *The Name property must be a fully qualified 'package.TypeName' value, and no package was found for 'mIConfig'*. What would the fully qualified name be. I'm confused about a lot of the examples out there having qualified names like: android:configure="com.example.android.ExampleAppWidgetConfigure" not sure where the com.example.android is coming from What would the fully qualifed name be in the case of a typical VS2010 project. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Fully-Qualified-name-tp5505955p5505955.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
