You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going forward the UIAutomation libraries used within WA's UiAutomator workloads has been deprecated and should be replaced with the equivalent from the AndroidX libraries.
With the release of Android 9.0 (API level 28) there is a new version of the support library called AndroidX which is part of Jetpack. The AndroidX library contains the existing support library and also includes the latest Jetpack components.
You can continue to use the support library. Historical artifacts (those versioned 27 and earlier, and packaged as android.support.*) will remain available on Google Maven. However, all new library development will occur in the AndroidX library.
We recommend using the AndroidX libraries in all new projects. You should also consider migrating existing projects to AndroidX as well.
Going forward the UIAutomation libraries used within WA's UiAutomator workloads has been deprecated and should be replaced with the equivalent from the AndroidX libraries.
https://developer.android.com/topic/libraries/support-library
The text was updated successfully, but these errors were encountered: