Thank you but it does show not found when I search for it in the App Store. When this happens, I use APK mirror (thanks to a suggestion from someone on this forum) and I can download it from there. However, Hulu hasn’t worked when I download from there and I don’t know why. As I stated, I have tried three different times with different versions and none open properly. I am not going to do a factory reset bc I am not going to start over setting everything up.
The most likely problem is the app failed to remove completely, I have seen it happen before although it isn’t common.
You can uninstall via a command line using ADB.
This will most likely allow you to then reinstall by Hulu the normal methods.
It would require ADB access, the easiest way is from a different Android device, streamer or phone, using the remote shell app or another Android ADB app, personally I use ATVTools but it has a small fee.
With remote shell “adb shell pm uninstall [package]” then use "adb shell pm clear [package] "
(Yes, even it it doesn’t appear to be installed)
To find the package name the easy way is to install “APK” app or “apk-info” app. You can also find the com. Package name with most file explorer apps.
It will be something like com.hulu.plus or similar.