On Oct 22, 2011, at 2:32 PM, Paul Johnson wrote:
> the deploy fails with
>
> 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.
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid