How to make Test App links work

Viewed 229

The following is the App Links Assistant in Android Studio (V2.3.3) enter image description here

Clicking Test App Links generating IndexOutOfBoundsException as shown at the bottom left corner of AS: enter image description here

Could anyone offer a tip on how to remedy this?

1 Answers

Upgrading Android Studio to v3.0 fixing this issue.

Related