Hello,
I'm using Rad Studio 12.1.
via Android Studio,
As Android14- API 34 SDK,
I downloaded NDK version 20.0.5594570.
I am also using jdk 22.0.
I specify the paths in the SDK ndk manager by selecting the android-64 bit option from the Deployment->sdkmanager section in Rad Studio.
After following these steps, when I open an empty project and run my project with Android 64 bit, it always gives the following Error:
"Your Android device does not support the selected target platform architecture".
As far as I understand, rad studio creates a project with arm64-v8a architecture. However, none of the Android emulator devices created with SDKManager currently support ARM architecture. It only allows emulators with x86_64 architecture. I guess that's why I'm getting this error.
I've been searching for days, but I couldn't find anything clear because the versions are so new.
The methods, emulator devices, etc. I use in the link below. with. I put detailed pictures about it.
Can you help me