RenderDoc is not working with Android in Performance Studio 2025.2 (macOS build)

I can't connect to an Android device with the Performance Studio 2025.2 RenderDoc version on macOS. I get the following error when trying to connect to the device.

I believe the APK might not be signed properly, as I get the following error if I try to install it using ADB:

Fullscreen
1
2
3
% adb install /Applications/Arm_Performance_Studio_2025.2/renderdoc_for_arm_gpus/RenderDoc.app/Contents/plugins/android/org.renderdoc.renderdoccmd.arm64.apk
Performing Streamed Install
adb: failed to install /Applications/Arm_Performance_Studio_2025.2/renderdoc_for_arm_gpus/RenderDoc.app/Contents/plugins/android/org.renderdoc.renderdoccmd.arm64.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl1132337719.tmp/base.apk: Attempt to get length of null array]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX



Tried using Performance Studio 2024.6 and that worked without issue.

0