Search code examples
trigger.ioforge

Cannot launch a app with Chrome extension with forge (trigger.io)


I have created the app with forge, and have added in the chrome extension, but when i run with chrome, always show the following errors:

Currently it is not possible to launch a Chrome extension via this interface.
The required steps are:

    1) Go to chrome:extensions in the Chrome browser
    2) Make sure "developer mode" is on (top right corner)')
    3) Use "Load unpacked extension" and browse to D:\mobile-app\test/development/chrome

but I really done with above steps, I don't know what happen.

and I want to know how can I use difference Android sdk and resolution simulator with testing?

thanks!


Solution

  • Chrome doesn't a way for us to automatically install browser extensions. Therefore, you have to install your extension manually.

    To do that, in Chrome (see image below):

    1. type chrome:extensions in the address bar
    2. turn on developer mode
    3. click Load unpacked extension

    how to install Chrome extensions

    If you have a separate question about Android SDKs, probably best to ask that in a different thread, or contact [email protected].