page.title=Support and Release Notes
meta.keywords="preview", "wear"
page.tags="preview", "developer preview"
@jd:body
If you experience problems when developing and testing with the
Wear 2.0 Developer Preview, please file bugs at
https://g.co/wearpreviewbug.
To discuss issues or ideas with other developers working with Android Wear,
join the
Wear Developer Google+ community.
General Advisories
The developer preview is for app developers and other early
adopters and is available for daily use, development, or
compatibility testing. Please be aware of these general notes about the
release:
- The developer preview may have various stability issues on
supported devices. Users may encounter system instability, such as kernel
panics and crashes.
- Some apps may not function as expected on the new
platform version. This includes Google’s apps and other apps.
Deprecations
The following fields are deprecated in the preview:
- The
Notification.WearableExtender#setCustomSizePreset(int)
method no longer accepts SIZE_FULL_SCREEN and this value is now
undefined.
- The
Notification.WearableExtender#setContentIcon(int) method
is deprecated.
Developer Preview 2
Date: July 2016
Builds: Wearable Support 2.0.0-alpha2, NVD83H
Emulator support: x86 & ARM (32-bit)
New in Preview 2
The Android Platform API version is incremented to 24 to match Android Nougat.
You can update the following in your Android Wear 2.0 Preview project
to 24:
compileSdkVersion
targetSdkVersion
Wearable drawers
The following are feature additions for
wearable drawers:
- Drawer peeking is now supported in the
onCreate() method
of your app's activity.
- The automatic drawer peeking behavior is
inverted. Now the bottom drawer peeks when the user scrolls down the view
and top drawer peeks when the user scrolls to the top of the view
(previously scrolling down did not show peek view).
- Two new attributes,
peek_view and
drawer_content, are added to
WearableDrawerView to specify contents of custom drawers and
peek view in your XML layout (previously, custom drawer contents were
specified only through Java code).
- The Navigation drawer now displays page indicator dots.
- Peek views now close automatically after one second.
- The
WearableNavigationDrawer now automatically closes
after five seconds or when an item is tapped.
- There is improved drawer handling (size and margins) for devices with chins:
- Size: The bottom drawer is slightly smaller when there is a
chin.
- Margins:
WearableDrawerLayout sets its bottom margin
size equal to the size of the chin, so that the bottom drawer is
fully visible.
- The navigation drawer contents are now updated when
notifyDataSetChanged is called on the adapter.
- In your
WearableActionDrawer, when there is only one
action, its icon is shown in the peek view and the action is executed
when the peek view is tapped.
- When the peek view of your
WearableActionDrawer has
more than one action, both the first action and the overflow icons are
shown.
Wrist gestures
Wrist gestures can enable quick, one-handed interactions with your app.
For example, a user can
scroll through notifications with one hand while holding a cup of water
with the other. For more information, see
Wrist Gestures.
Known Issues
Notifications
- This preview release does not include support for notification
groups.
- The user interface for the action drawer can sometimes have a
transparent background.
- The system does not generate Smart Reply responses even if
setAllowGeneratedReplies(true) is set.
Complications
- When tapping on the music complication on a watch face, Play Music
crashes if the Apps launcher provider is used.
System User Interface
- Pressing the hardware button in ambient mode triggers active mode
with the app launcher instead of active mode only.
- Double pressing the power hardware button while on the launcher
causes the watch screen to turn black.
- Dismissing multiple notifications can cause app to forcibly close.
- Turning screen lock to off (Enable and disable) functionality is not
reliable.
- The "Ok Google" detection and voice transcription may not work
reliably. Additionally, Search does not retrieve results.
- Tapping Google keyboard English (United States) displays a "Settings
under construction" message.
- First calendar event notification must be dismissed in order to show
the rest of the event card.
- Unable to turn off the Wi-Fi on a wearable.
Companion App
- An actions card is shown in the Android Wear companion app, even
though there are no actions.
Devices
- On the Huawei Watch, selecting the language, followed by multiple
acknowledgement dialogues results in a black screen.
- On the LG Watch Urbane 2nd Edition, when answering a call from the watch, the
watch does not provide audio from the caller.
- On the LG Watch Urbane 2nd Edition,
please do the following to prevent battery drain:
Turn on Airplane mode (to disable the cellular radio) and then
turn on Bluetooth.
Developer Preview 1
Date: May 2016
Builds: Wearable Support 2.0.0-alpha1, NVD36I
Emulator support: x86 & ARM (32-bit)
Known Issues
Notifications
- This preview release does not include support for notification groups,
but will be supported in a future release.
- Tapping on next and previous controls in a notification while playing
music does not work.
- Bottom drawer actions user interface overlaps with media card
notifications.
- The system does not generate Smart Reply responses even if
setAllowGeneratedReplies(true) is set.
Complications
- Battery information is not synchronized between the
watch face and the drop-down Quick menu.
- When tapping on the music complication on a watch face, Play Music
crashes if the Apps launcher provider is used.
System User Interface
- Pressing the hardware button in ambient mode triggers active mode with
the app launcher instead of active mode only.
- Double pressing the power hardware button while on the launcher causes
the watch screen to turn black.
- Dismissing multiple notifications can cause app to force close.
- Turning screen lock to off (Enable and disable) functionality is not
reliable.
- Airplane mode does not work from quick settings.
- Tapping Google keyboard English (United States) displays a Settings
under construction message.
- First calendar event notification must be dismissed in order to show the
rest of the event card.
- Unable to turn off the Wifi on wearable.
- Voice transcription may not work reliably at this time.
Companion App
- Selecting a watch face on the companion app will not change the watch face on
wearable.
- An actions card is shown in the Android Wear companion app, even
though there are no actions.
Devices
- On the Huawei Watch, selecting the language, followed by multiple
acknowledgement dialogues results in a black screen.
- On the LG Watch Urbane 2nd Edition, when
answering a call from the watch, the watch
does not provide audio from the caller.