I want to run Android studio Uiautomatorviewer on Manjaro Linux but it says there is no SWT found.
I want to install SWT using:
yay -S swt
but it says there is no Cairo found.
I installed the cairo using:
yay -S cairo
but when I want to install the SWT, again it says there is no cairo.
I want to install Cairo from the source but then it says there is no lzo2 and libpng found.
I installed the two libs but again Cairo can’t build because of these two libs.
how can I fix this problem?
Thank you for your help!
[nls@lap ~]$ sudo pacman -S cairo
[sudo] password for nls:
warning: cairo-1.18.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) cairo-1.18.0-1
Total Installed Size: 1,59 MiB
Net Upgrade Size: 0,00 MiB
:: Proceed with installation? [Y/n] n
[nls@lap ~]$
I found swt, the open source widget toolkit for java, found in the AUR with pamac