Hi,

> >   obj\Debug\android\AndroidManifest.xml(4): error : No resource
> found that matches the given name (at 'label' with value
> '@string/HelloTab'). [C:\Users\paul\Documents\Visual Studio 2010
> \Projects\HelloTabActivity\HelloTabActivity\HelloTabActivity.csproj]
> 
> The obvious question is, do you havea a Resources\values\strings.xml
> file in your project, with a build action of AndroidResource, that
> contains the XML fragment:
> 
>       <string name="HelloTab">Insert Value Here</string>
> 
> If you don't have the Strings.xml file, or it doesn't have a build
> action of AndroidResource, or it doesn't contain
> a //string[@name='HelloTab'] element, then you'll get that error.

Ah... The website fails to mention that bit... Let's give it a go!

Thanks

Paul
-- 
Vertraue mir, ich weiss, was ich mache...

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to