Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Applink url resolving conflicts error

I added .well-known/assetlinks.json to my site and when I try link and verify in android studio app link assistant it says "Success! Your app is associated with the selected domains." But when I test app links in android studio it says "URL resolving conflicts please link and verify your digital asset links". But in link and verify tab it says ok!

My application id is correct and I am trying on test apk on my mac and sha fingerprints is also correct.

what am i missing?

verify result

test error

like image 945
nikinci Avatar asked Jul 02 '19 18:07

nikinci


1 Answers

I get this error if the adb use libusb backend checkbox is not checked. Go to Android Studio > User > Preferences... and on the left side menu click Build, Execution, Deployment. Then click Debugger. Under the title Android Debug Bridge check the use libusb backend checkbox and hit apply. Now retest the link.

like image 53
Snort Avatar answered Sep 27 '22 19:09

Snort