I have an android app on Google Play, it requires a low API level.
I wish to provide versions for TV, auto and wear 2.0. This requires a higher API level.
The first question is should I release a different APK for each or two APKs is enough? (One for phone+tablet and one for wear+tv+auto)
Second question is how do I enable multiple APKs? According to
https://developer.android.com/google/play/publishing/multiple-apks.html :
"The Google Play Console provides two modes for managing the APKs associated with your application: simple mode and advanced mode. You can switch between these by clicking the link at the top-right corner of the APK files tab."
I've been searching the Google Play console for an hour already. Can't find where this switch button is or what the "APK Files tab" is ?