4.25.0 can't package project after installing Android Studio 3.5.3 - setupandroid.bat error

I get to step 3 on this document https://www.unrealengine.com/en-US/t…al-engine-4-25
and then I receive the “ERROR: The system was unable to find the specified registry key or value.
Android Studio not installed, please download Android Studio 3.5.3”

I have reset my W10 and reinstalled 4.25.0, VS2019, AS 3.5.3,

the SetupAndroid error is still there

i appreciate any troubleshooting suggestions!

Check your RegEdit.exe and look up for HKLM\SOFTWARE\Android Studio , you need a Path string key with the AndroidStudio folder path. If you have that registry key, then try to run the BAT as Admin.

looks like I don’t have anything in regedit from android studio. installer doesn’t like me ]:

Find android studio on your pc. For me, I unziped it in C:\Program Files\android-studio

Edit SetupAndroid.bat with text editor, fill the STUDIO_PATH as follow

set STUDIO_PATH=“C:\Program Files\android-studio”

4 Likes

This worked after 2 hours of sufffering :slight_smile: Thank you :slight_smile:

1 Like