Cannot upload build to the Play Store

An error occurred while running bundletool build-apks on your uploaded App Bundle. Ensure that your App Bundle is valid by running bundletool build-apks locally and try again. Learn more. Error: Watch face base module cannot have any components and can only have resources.

I suspect it is something to do with the minSdkVersion of the build, I should be aiming at API 33, I think. But again, there is no option to manually set this in WatchFaceStudio.

Is there any way I can fix this?

Have you tried setting the minSdkVersion to API 33?

Hi, Have you been able to resolve the issue? There is no option to change the min SDK version to 33

Turn off protection mode in Automatic Integrity Protection before uploading your .aab file.

If your watch face using complication then just change the default provider of complication settings to heart rate. It will automatically set min SDK 34. Or you can also add complication with range value only to get min SDK 33.

Thanks! I will try and feedback… What should be the range value for Steps and Herat Rate?

Any complication that support it, like steps, heart rate, battery etc.

It was uploaded successfully for internal testing… When we publish it for closed testing, they said to change the version. after changing the version, it is giving this message
“This APK or bundle requires the Wear OS system feature android.hardware.type.watch. To publish this release on the current track, remove this artifact.”

It is also saying that android: name=“android.hardware.type.watch” is missing…
How to get rid of this…I will really appreciate your help on this.

Issue is resolved after rebuilding the bundle and changing the version.
@ZNW Thanks for your support! Appreciate it!