Ver Mensaje Individual
  #256  
Viejo 02/11/14, 13:33:09
Array

[xs_avatar]
lucard lucard no está en línea
Betatester oficial
 
Fecha de registro: oct 2010
Mensajes: 3,301
Modelo de smartphone: Xiaomi Mi8 ;-)
Tu operador: Vodafone
 Cita: Originalmente Escrito por foboss Ver Mensaje
Para ser exactos da error 505, no se si tu sabrás que significa ese error
This error means there is a duplicate permission in Android Manifest. Not within just one app but the other app has it as well. For example when installing app with adb install, it shows what this -505 error means. So, first app will install fine, but when you install second app, this error is seen.

Failure [INSTALL_FAILED_DUPLICATE_PERMISSION perm=com.example.permission.XYZ pkg=com.example]

So be sure not to have two apps in appstore with same perm package name.


original de esta url

http://stackoverflow.com/questions/2...pplication-ins

otra...

https://code.google.com/p/android-de...detail?id=1668
__________________

Última edición por lucard Día 02/11/14 a las 13:36:48.
Responder Con Cita