How to make it possible to debug android 64-bit app in Embarcadero RAD Studio 10.3.3?

I'm using Delphi 10.3.3 Rio to build an app for Android from an existing project. Delphi is installed on Windows 64-bit Ultimate.

I was able to run and debug the project under the Android 32-bit configuration, but when I try to do the same under the 64-bit configuration, nothing will work. My app stops at the splash screen, and Delphi stops debugging like the app was terminated. I've tried to build an empty project and it runs normally, but debugging is not working.

I've installed the bug fix "30904 RAD Studio 10.3.3 Android Debugger Patch" along with the other 9 bug fixes, but the result is the same.

Here are my SDK settings:

SDK:

image

NDK:

image

NDK lib paths:

image

Java paths:

image

Upvotes: 1

Views: 1220

Answers (1)

alitrun
alitrun

Reputation: 1217

Update to 10.4. Debugging works there under Android x64

Upvotes: 1

Related Questions