Unable to find Android SDK - MacOS

MacOS Version 14.6.1 (23G93).

Oxygen IDE and Chrome working fine for web.

Appium Server and Appium Inspector workng fine for Android mobile.

Xcode and Android Studio installed ok.

PATH includes $ANDROID_HOME correctly.

But, I can’t get past the error in the Oxygen IDE when I try and switch from Web to Mobile mode.

Any ideas?

Andy

XCODE and Android Studio both also worked fine.

I found the problem though.

All the attempts to set up ANDROID_HOME in Terminal were not visible to Oxygen IDE.

launchctl setenv ANDROID_HOME /Users/[username]/Library/Android/sdk

Was what I needed.

I also added the Tools in the Android Studio SDK Manager. They are marked as obsolete, but I wasn’t sure if Oxygen IDE still needed them.

Finally, I set up a file environment.plist so that the launchctl command is executed on boot up.

All good now.
A.