Unable to update the camera-app in the ubuntu touch
-
Hi everyone,
I am trying to do some changes to the camera app and build the app in the mobile device using the clickable build command, but it is giving me this error:
Can someone help me here to resolve this issue?
Thank you -
@iqrajaved How do you connect your device to your PC? Wired? Perhaps via SSH would be better.
What is your device? Is it x86? I see that you are building for the amd64 architecture. -
@kugiigi my device is mobile phone and attached via adb shell.
I guess I need to build for arm64 for that? -
@kugiigi These commands worked for me:
CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable build --arch=arm64
CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable install --arch=arm64Thanks for the guidance though
-
@iqrajaved You can also put the framework in your clickable config file so it will default to focal.
-
@kugiigi Okay thanks