Hi Stephan,

You should upgrade, especially if you want to deploy to Jelly Bean devices.

In regards to building/creating the APK, you can also use Build...Deploy.
That will create both a signed and unsigned .apk for you.



On Thu, Sep 27, 2012 at 3:56 PM, Stephan Steiner
<[email protected]>wrote:

> Hmm - tried both, still no lock. no apk anywhere to be seen.
>
> I'm still using 4.2.4 (4.2.5 and 4.2.6 being beta and all) - should I
> upgrade?
>
> Also - further down in the instructions, it tells you to write a script
> that
> does the build, sign and zipaling process. So I adapted this to my program
> and managed to get an apk for my troubles. Deployed the apk, and of course
> things go wrong when I make the first network call.
>
> I then opened the apk and looked at the packaged libs - and I seem to have
> quite a discrepancy between what's being compiled and what's being put into
> the apk. For instance, I'm using ServiceStack - so my app needs
> ServiceStack.Common.dll, ServiceStack.Interfaces.dll and
> ServiceStack.Text.dll. However, in the apk, I only see
> ServiceStack.Text.dll.
>
> And I got even more puzzled when I noted System.Data.OracleClient.dll in my
> app folder (and some others I cannot place - System.EnterpriseServices.dll,
> System.EnterpriseServices.Wrapper.dll either - according to the list of M4A
> assemblies, they're not part of M4A, and they're not part of any of my
> dependencies (though I've traced it down to a lib project I'm using... when
> I compile that project, those three dlls end up in the folder even though
> there's no reason that they should since they're neither being used, nor
> being referenced by any referenced component)
>
> Am I misunderstanding something, or should all the DLLs from the
> bin/Release
> folder be put into the apk?
>
> Regards
> Stephan
>
>
> Jonathan Pryor-2 wrote
> > Either we broke something, or our docs are incomplete. We'll need to
> > investigate...
> >
> > To create the .apk, use F5 or Debug > Start (Without) Debugging. This
> will
> > cause the .apk to be built.
> >
> > I apologize for the inconvenience.
> >
> >  - Jon
> >
> > _______________________________________________
> > Monodroid mailing list
>
> > [email protected]
>
> >
> > UNSUBSCRIBE INFORMATION:
> > http://lists.ximian.com/mailman/listinfo/monodroid
>
>
>
>
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/apk-not-being-generated-in-release-mode-tp5711991p5711994.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
>



-- 
http://www.opgenorth.net
_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to