0

I am working on instant app and was implementing the google code lab example.
Everything is going ok but in the last I got this error:

Error running topeka-instantapp: URL "https://topeka.samples.androidinstantapps.com/signin" not defined in the manifest

What to do for this ?

Volo
  • 28,673
  • 12
  • 97
  • 125

1 Answers1

0

Solved: Url which are added through App Link Assistant to the manifest must contains "https". In my case there is two with "https" and two with "http".

DmitryArc
  • 4,757
  • 2
  • 37
  • 42