I forgot to say the first step.. package egestionamobile for Android (.apk).

Thanks!

Un saludo

Javier Martínez Sáez
Responsable Soporte Técnico eLegisla


www.externalia.com
Tfno.:  945 291 684 | Fax 945 205 228
sopo...@egestiona.es



www.egestiona.es | www.elegisla.es | www.eadr.es

******************** CLÁUSULA DE CONFIDENCIALIDAD ********************
Este mensaje electrónico y todos los ficheros adjuntos que contiene son 
confidenciales y destinados exclusivamente para el uso de la o las personas a 
las que va dirigido, pudiendo estar sujeta a Secreto Profesional. Si usted ha 
recibido este mensaje por error, le agradecemos lo comunique al emisor. 
Asimismo, le informamos que la distribución, copia o utilización de este 
mensaje, o de cualquier documento adjunto al mismo, cualquiera que fuera su 
finalidad, están prohibidas por la ley.
 Antes de imprimir este e-mail piense bien si es necesario hacerlo. El 
medioambiente es cosa de todos



-----Mensaje original-----
De: monodroid-boun...@lists.ximian.com 
[mailto:monodroid-boun...@lists.ximian.com] En nombre de Javier Martínez Sáez
Enviado el: martes, 18 de diciembre de 2012 8:35
Para: 'Discussions related to Mono for Android'
Asunto: Re: [mono-android] pp crashes when opening

It's a release build. I am trying to make the apk file.
Let me explain to you what I am doing..

1) zipalign -v 4 d:\android\egestionaMobile.egestionaMobile.apk 
d:\egestionaMobile.apk --> I think This makes me the apk file.
2) jarsigner -verbose -keystore d:\egestiona-mobile.keystore 
d:\egestionaMobile.apk egestiona-mobile --> I think this signs the apk file.
3) Adb install D:\egestionaMobile.apk --> I think this installs my app on my 
device.

I think there is something wrong on my project properties or something... use 
shared runtime is unchecked.

But with this configuration I am able to deploy it on my device with no 
problems..

I have just unchecked use shared runtime. That’s the difference between debug 
and release mode.

Thanks in advance!

Un saludo

Javier Martínez Sáez
Responsable Soporte Técnico eLegisla


www.externalia.com
Tfno.:  945 291 684 | Fax 945 205 228
sopo...@egestiona.es



www.egestiona.es | www.elegisla.es | www.eadr.es

******************** CLÁUSULA DE CONFIDENCIALIDAD ******************** Este 
mensaje electrónico y todos los ficheros adjuntos que contiene son 
confidenciales y destinados exclusivamente para el uso de la o las personas a 
las que va dirigido, pudiendo estar sujeta a Secreto Profesional. Si usted ha 
recibido este mensaje por error, le agradecemos lo comunique al emisor. 
Asimismo, le informamos que la distribución, copia o utilización de este 
mensaje, o de cualquier documento adjunto al mismo, cualquiera que fuera su 
finalidad, están prohibidas por la ley.
P Antes de imprimir este e-mail piense bien si es necesario hacerlo. El 
medioambiente es cosa de todos


-----Mensaje original-----
De: monodroid-boun...@lists.ximian.com 
[mailto:monodroid-boun...@lists.ximian.com] En nombre de Jonathan Pryor Enviado 
el: lunes, 17 de diciembre de 2012 17:47
Para: Discussions related to Mono for Android
Asunto: Re: [mono-android] pp crashes when opening

On Dec 17, 2012, at 11:12 AM, Javier Martínez Sáez <jav...@externalia.com> 
wrote:
> I have built, aligned and signed my app..
>  
> Then I install it using adb.

Is this a Debug build or a Release build?

From the logcat output, I suspect that this is a Debug build (or it's a Release 
app with the shared runtime enabled, which is not a supported configuration). 
Debug builds are not "stand-alone"; they require the presence of other packages 
and files be installed on the target.

Debug builds should be installed from within the IDE, or lacking that, with 
MSBuild:

        MSBuild /t:Install YourApplicationProject.csproj

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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


_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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


_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to