• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Clickable desktop not executing on AMD64 with arch ARMHF

Scheduled Pinned Locked Moved App Development
clickablerust
5 Posts 3 Posters 652 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      tusharsaurabh
      last edited by 21 Dec 2019, 19:07

      I am new to both Ubuntu, Ubports and Ubuntu-Touch apps. I have read through the tutorial and started new application. I have used "clickable create" to create app with rust.
      Clickable version: 6.7
      Ubuntu: 18.04

      dpkg --print-architecture
      amd64
      

      When I execute sudo clickable desktop, I get the following error -

      "Clickable is building for architecture "amd64", but "armhf" is specified in the manifest. You may set the architecture field to @CLICK_ARCH@ to let Clickable set the architecture field automatically."

      In manifest.json, I changed architecture to "amd64" and "@CLICK_ARCH@". I still get the above error. I have removed the architecture from manifest file and provided in cli. I have executed commands to clear build and rebuild, however I still get the same issue.

      sudo clickable desktop --arch amd64
      

      I still get the same error.

      Any inputs on how can I correct the issue. Please let me know if I need to provide other instructions.

      W 1 Reply Last reply 21 Dec 2019, 22:25 Reply Quote 0
      • M Offline
        Mick21367
        last edited by 21 Dec 2019, 21:36

        I'm getting the same error since the last clickable update (this morning in my case). I think it may be related to this:-
        https://gitlab.com/clickable/clickable/issues/181
        No idea how to work around that though?
        Running clickable to an attached device works as expected though (probably because the architecture in this case is 'all').

        1 Reply Last reply Reply Quote 0
        • W Offline
          wdehoog @tusharsaurabh
          last edited by 21 Dec 2019, 22:25

          @tusharsaurabh maybe this is related: https://gitlab.com/clickable/clickable/merge_requests/194

          1 Reply Last reply Reply Quote 0
          • T Offline
            tusharsaurabh
            last edited by 22 Dec 2019, 04:14

            @Mick21367 , @wdehoog Thanks for the link. The issue is resolved. I changed the architecture to "@CLICK_ARCH@" and upgraded Clickable. It worked.

            M 1 Reply Last reply 22 Dec 2019, 10:20 Reply Quote 1
            • M Offline
              Mick21367 @tusharsaurabh
              last edited by 22 Dec 2019, 10:20

              @tusharsaurabh Really? Strange, I still get the same error? where did you change the architecture field? In the manifest.json.in file?

              1 Reply Last reply Reply Quote 0
              4 out of 5
              • First post
                4/5
                Last post