Search code examples
androidgoogle-chrome-arc

What is ARC Welder in Chrome?


  • can someone elaborate how to use arc welder?

  • what is arc welder used for and how do I test my app with it?


Solution

  • ARC Welder is a chrome app that allows you to package an android app as a chrome app. This means that your android app will be able to be executed and distributed for Chrome OS. For more information on ARC visit: https://developer.chrome.com/apps/getstarted_arc

    Note: you can create and run arc apps on nearly anything but for now the apps can only be downloaded through the web store on chrome OS devices.

    Step 1: download ARC Welder.

    Step 2: Choose Working directory.(this is where the ARC apps will be sent to)

    Step 3: add apk.

    Step 4 choose orientation/form

    Step 5 optional: Add metadata

    Step 6: Launch app by selecting the launch button.