Android debug issue on windows openfl 4.4.1

I am getting the below errors after a successful build when attempting to debug Android. 1 appears to be an incorrect path. 2 IDK

/system/bin/sh: can’t create C:UsersDAA~1.WILAppDataLocalTemp/temp_7689032: No such file or directory

Failed to install C:\Project_Sync\path\build\openfl\android\debug/bin/app/build/outputs/apk/APP-debug.apk: Failure [-26: Package com.mine.APP new target SDK 19 doesn’t support runtime permissions but the old target SDK 25 does.]

Any ideas?

Does it work if you uninstall the app from your device first?

Sorry for the delay. I haven’t opened that application in a while. Nope, doesn’t help removing fold installation. I added <android target-sdk-version="25" /> and it compiles fine now…IDK