Unable to deploy - Error during deployment to device dealing with checkJNI

So for some reason lately, I can build a project just fine, creates the apk, but when it goes to copy the apk to the device, I keep getting the following console error and so far havent been able to find much about this anywhere. Tried a couple versions of unity 6 as well, so not limited to a particular version that I can see.

CommandInvokationFailure: Unable to set device property. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details.

C:\Program Files\Unity\Hub\Editor\6000.0.40f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platform-tools\adb.exe -s “IGB18000050” shell setprop “debug.checkjni” “1”

Try executing that adb call manually and see if there is more information logged that could give you clues.

ALSO: try deleting the existing APK on device, then doing the build.