Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Acceso a Datos Fichero JSON (Sencillo)

Acceso a Datos Fichero JSON (Sencillo)

Tiempo de lectura: 2 minutos Buenas tardes a tod@s os voy a dejar un tutorial de como acceder a los datos: En primer lugar lo que hacemos es generar un JSON, en mi caso almacenado en la variable texto A continuación, pasamos la variable que contiene el JSON, para obtener una variable o un objeto Ahora creamos una variable respuesta, … Leer más

2

Solucionar error: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. En Android al generar APK o ejecutar.

Solucionar error: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. En Android al generar APK o ejecutar.

Tiempo de lectura: < 1 minuto Si al generar nuestra APK o ejecutarla nos aparece el siguiente error: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Se soluciona añadiendo lo siguiente. Y ya no nos aparecerá el error relacionado con actualizar a la versión target android 31. isMa Ingeniero en … Leer más

1

Solucionar error INSTALL_PARSE_FAILED_MANIFEST_MALFORMED al pasar a targetSDKVersion 31 en Android

Solucionar error INSTALL_PARSE_FAILED_MANIFEST_MALFORMED al pasar a targetSDKVersion 31 en Android

Tiempo de lectura: < 1 minuto Si al cambiar la versión objetiva de Android a la 31 nos aparece el error: Installation did not succeed.The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED Installation failed due to: ‘INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl620487180.tmp/base.apk (at Binary XML file line #82): Tenemos que hacer lo siguiente: Quedando de la siguiente forma: isMa Ingeniero en Informática, … Leer más

0