Cannot Launch Instant App From Android Studio

199 Views Asked by At

Cannot launch instant app from android studio. I did everything from here correctly. I uninstalled app from device. I also tried using with command ia run but it gives error bash: ia: command not found. Google play instant development SDK is 1.9.0. No error was given.

1

There are 1 best solutions below

0
Noice2D On

The error "command not found" means that the executable file (in this case: "ia") isn't found in your OS search path settings, nor your current working directory. You'll need to either change your current directory to the Instant Dev SDK's installation directory, or set add the location to your environment's search paths.

The default path should be: ${path/to/android/sdk/}extras/google/instantapps