UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Kanduras
    3. Best
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How should I set up my environment for developing?

      @matteo click on "View code", go to the clickable.js, in the "settings()" function (Line 99), and add:

      {
              name: 'Clickable: Build and run [phone (ssh)]',
              exec: 'clickable',
              args: [ '--ssh YOUR_PHONE_IP' ],
              sh: true,
              functionMatch: function (terminal_output) {
                return errorHelper.checkBuildError(terminal_output)
              }
            }
      

      P.S. don't forget the "," at the beginning or end

      posted in App Development
      K
      Kanduras
    • RE: How should I set up my environment for developing?

      @matteo I set up the SSH connection with the first answer of this question

      posted in App Development
      K
      Kanduras