On Dec 2, 2011, at 2:09 PM, klimaye wrote:
> This file is invalid. ERROR getting 'android:name' attribute.

How specific. :-/

The value of the android:name attribute is a Java class name. Mono for Android 
should be generating these for you, so you should have an e.g. 
obj\Release\android\src\pockettestmono\AppStartActivity.java file. Thus, for an 
(annoying) sanity check you could ensure that for every type mentioned in 
AndroidManifest.xml, it exists within the obj\Release\android\src folder.

Based on your initial email, though, I don't think that any of these should be 
wrong.

Googling for "ERROR getting 'android:name' attribute", I did hit this:

        
http://www.google.com/support/forum/p/Android%20Market/thread?tid=5f1d4e377756e299&hl=en

which implies that the <uses-permission/> element needs to preceed the 
<application/> element. You might try reordering the elements in 
Properties\AndroidManifest.xml. If this is the case, please get back to us; we 
could reorder the elements while generating AndroidManifest.xml so that 
<uses-permission/> precedes <application/>...

Thanks,
 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to