My guess is somewhere you have a [UsesPermission] that has a duplicate value as one you specified in your custom AndroidManifest.xml.
(Probably INTERNET, and probably in AssemblyInfo.cs.) The de-duplication code is probably causing the empty attribute. Delete one or the other and try rebuilding. Jonathan On 12/2/2011 3:07 PM, klimaye wrote: > Jon, > > We are in a bit of crunch here. > > Could you look into why the automatic androidmanifest.xml genrator is > spitting an empty uses-permission block after the application? > > If we can get a build that fixes the above issue that would be great.!! > > Please help. > > Thanks, > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Deployment-to-app-store-giving-ERROR-getting-android-name-attribute-tp5042841p5043247.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 > > _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
