Hello,
I am a beginner at Processing and I try to create a watch face on Processing 3.5.4, it runs perfectly as an APK and it is a clock app. I try to use this app on my SmartWatch as a watch face. Processing provides this option. But the problem is that I see the [INSTALL_FAILED_OLDER_SDK] error when I press on Run button. Is there any way to change the targeted SDK? I try to change it from AndroidManifest, but it keeps changing. It sets the target SDK version as 28, and I need to set it as 23 because of my SmartWatch.
Thank you in advance.