Android Device Not Listed For Launch

Setting up a new Galaxy S9 Ultra.

ADB devices lists the device
List of devices attached
R52WA00YQTK device

Can make a new app in android studio and launch on device.

(Using Samsung USB device driver.)

Made a new unreal project, configured for android following quickstart.

Device not listed for quick launch?

Not sure how to troubleshoot.

Thanks for any help/advice

Got a little bit farther after manually setting Android SDK, ndk,jdk

The device is listed, but when I launch, now I get:

LogPlayLevel: Error: UAT: Z:\app\src\main\java\com\epicgames\unreal\GameActivity.java:198: error: cannot find symbol
LogPlayLevel: UAT: import com.epicgames.unreal.DownloadShim;

[UPDATE] Finally got it to launch after endless tweaking of the Android SDK, NDK, and JDK settings

Hi… I am stuck in the same situation… can you specify what settings of Android SDK, NDK and Java worked for you ?