Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am ready to publish an Android App with MonoDroid. (I've done it many times with Eclipse)

According to: http://android.xamarin.com/Documentation/Guides/Preparing_Package_for_Android_Marketplace?highlight=market

I need to edit the project.csproj file and add:

<PropertyGroup>
  <AndroidKeyStore>True</AndroidKeyStore>
  <AndroidSigningKeyStore>public.keystore</AndroidSigningKeyStore>
   <AndroidSigningStorePass>public</AndroidSigningStorePass>
   <AndroidSigningKeyAlias>public</AndroidSigningKeyAlias>
  <AndroidSigningKeyPass>public</AndroidSigningKeyPass>
</PropertyGroup>
share|improve this question
What is your actual question? The page you linked to correctly outlines the process of getting your app ready for publishing. Look for the section "Manually use a different Keystore" if you want a manual solution that doesn't require changing your project file. – Greg Shackles Aug 18 '11 at 20:47
It is really difficult to figure out what you are asking. If you can improve this question, please flag it for moderator attention to be reviewed. – Tim Post Aug 21 '11 at 18:02

closed as too localized by Tim Post Aug 21 '11 at 18:03

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.