If anyone would still struggle the issue.
Short answer. Add this feature to your app manifest:
<uses-feature android:name="android.hardware.type.watch" />
Longer answer. It depends. I'm assuming that you have a mobile app, and you just want to to publish for the wear. In that case you need to create separate flavor of your app, which includes the feature from above and changes the target API.
FYI Wear ecosystem is a bit different from mobile, ex before 23 there is no direct internet access, no keyboard and no accounts. So you probably want to target minApi 23 for wear flavor.
Further reading:
https://developer.android.com/training/wearables/apps/standalone-apps