UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. tusharsaurabh
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    tusharsaurabh

    @tusharsaurabh

    1
    Reputation
    5
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tusharsaurabh Unfollow Follow

    Best posts made by tusharsaurabh

    • RE: Clickable desktop not executing on AMD64 with arch ARMHF

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

      posted in App Development
      T
      tusharsaurabh

    Latest posts made by tusharsaurabh

    • RE: Clickable desktop not executing on AMD64 with arch ARMHF

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

      posted in App Development
      T
      tusharsaurabh
    • Clickable desktop not executing on AMD64 with arch ARMHF

      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.

      posted in App Development clickable rust
      T
      tusharsaurabh