Jon,

I moved the permissions before the application and activities.

The application started to uploaded and gave up at 3/4 of the way which was
more than what we had gotten before.

I looked at the generated AndroidManifest.xml file and saw that there was
still an empty 

<uses-permission /> tag after the application. I am thinking this must be
auto-generated since it is not there in ours.

    <provider android:name="mono.MonoRuntimeProvider"
android:initOrder="2147483647"
android:authorities="PocketTest.PocketTest.__mono_init__" />
  </application>
  <uses-permission />
</manifest>


What is bugging me is how come no one else has bumped into this with
monodroid?

Our new AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
android:installLocation="internalOnly" android:versionCode="1"
android:versionName="1.0.0">
  <uses-sdk android:minSdkVersion="4" />
  <uses-permission android:name="android.permission.INTERNET" />
  <uses-permission android:name="android.permission.CAMERA" />
  <uses-permission android:name="android.permission.CALL_PHONE" />
  <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  <application android:label="PocketTest" android:icon="@drawable/Icon">
  </application>
</manifest>




--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Deployment-to-app-store-giving-ERROR-getting-android-name-attribute-tp5042841p5043115.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

Reply via email to