I am trying to build a simple watch face for Android Wear 1.0 (Sony Smart Watch 3). The Android version of the watch is 6 (SDK 23). I already put SDK 23 in the SDK folder.
The sketch is building.But after installing i get this error: Failure [INSTALL_FAILED_OLDER_SDK]
Processing sets the targetSdkVersion to 26. Even if i am changing the version to 23 in the AndroidManifest.xml in the sketch folder and gradle.properties in the build folder. It changes the number back to 26.
Is there a way to build watch faces for SDK 23?