UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Kanduras
    3. Posts
    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 I set up the SSH connection with the first answer of this question

      posted in App Development
      K
      Kanduras
    • 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?

      @AppLee
      Thank you very much!
      On Atom I needed also the 'build' package, but now it works 🙂

      Is there a way for autocompletion and code-hint underlining in qml, on Atom?

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

      Hi, I want to develop for UT with Atom or the Qt Creator, but are to bad to set up one of them correctly.
      At first I create a project with Clickable.

      On Atom I can open the project, edit some lines of code, save it and compile this via Terminal and Clickable.
      The problem is, that there is no autocompletion and code-hint underlining (for me), what makes it very difficulty. I have the atom-build-clickable package installed, but don't know how to use it.

      On Qt Creator I can develop "normal" Qt programs. If I want to open a Clickable project, there are a lot of Errors with the CMakeLists.txt and I cannot edit this project.

      On this tutorial they set up only the unsupported(?) SDK.
      In the official documentation I cannot find good hints...

      So how did you do it?

      I hope my English is good enough. Thanks a lot!

      posted in App Development
      K
      Kanduras