Unreal Editor is not detecting my Android device

Hi Team,

Unreal Editor 5.5 source is not detecting my android device. I followed the setup guide installing android studio. adb and android studio are detecting the device.

How I could get information about why Unreal Enditor is not detecting the device?

Best Regards,

Xavi

[Image Removed]

[Image Removed]

Hello [mention removed]​,

Could you please verify that the ANDROID_HOME and NDKROOT env variables are properly set up?

Run this in a command prompt:

echo %ANDROID_HOME% echo %NDKROOT%Verify the ANDROID_HOME points to your SDK path and NDKROOT points to the ndk installation path. The editor requires these paths to call adb internally and detect the device.

Please let me know.

Best,

Francisco

Hi Francisco,

Thanks for the suggestion.

The Android SDK path variable was worng. After setting properly this variable the issue was fixed.

Best Regards,

Xavi

Hi [mention removed]​,

I’m glad I could help. I’ll go ahead and close this case now but feel free to open a new one if anything else comes up.

Best,

Francisco