Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Desarrollo en Delphi para Android (https://www.clubdelphi.com/foros/forumdisplay.php?f=57)
-   -   Error al compilar apk en android 64 bits (https://www.clubdelphi.com/foros/showthread.php?t=96826)

jmbarrio 29-08-2024 12:40:47

Error al compilar apk en android 64 bits
 
Buenos días, tengo una apk que compila sin ningún problema en android 32bits, tanto en debug como release. Sin embargo en android 64bits da fallo.

[
Cita:

PAClient Error] Error: E7688 Caused by: [CIRCULAR REFERENCE: java.nio.file.NoSuchFileException: c:\program files (x86)\embarcadero\studio\23.0\lib\android\Debug\work-runtime-2.1.0.dex.jar]
¿Alguna idea de porque puede ser?

Muchas gracias, un saludo.

jmbarrio 30-08-2024 16:57:53

Buenas tardes, desde Embarcadero me han dado la solución.

Se me olvido mencionar que había migrado la apk de la versión Alejandría a la de Atenas.

Aquí la comparto por sí a alguien le sirve.

Cita:

Android 30 API support
The new releases include a different set of Java libraries, which makes old projects incompatible. When you open an Android project build with an older version of RAD Studio, you need to:

Navigate to the Projects dockable window.
Select Android 32-bit or Android 64-bit as the active target platform.
Right-click on the Libraries node.
Click on the Revert System Files to Default menu item.
Saludos.

Casimiro Notevi 30-08-2024 20:27:29

^\||/^\||/^\||/

Atharv95 24-11-2024 09:51:45

Error compiling apk on android 64-bit
 
If you're encountering an error while compiling an APK for Android 64-bit, ensure that your project targets the correct architecture and includes the necessary 64-bit libraries. Double-check your Gradle configuration and make sure you’re using the right build tools and dependencies. Additionally, verify that your app's native libraries are compatible with 64-bit systems.


La franja horaria es GMT +2. Ahora son las 09:41:57.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi