Is SDK supported on Ubuntu 20.04?
-
Hello to all!
I intend to break my fingers, spirit and system while developing apps for UT.
Is SDK still a viable option in Ubuntu 20.04? Note that my experince in coding is up to βifβ and "else" in both C++ and Python, so... please be gentle! :))))
Thanks! -
Hi @C0n57an71n Welcome aboard!
The SDK is no longer maintained. For information on App development you could start here: http://docs.ubports.com/en/latest/appdev/
I use VSCodium (Open Source version of VS Code) and Clickable. But other combinations with Clickable are also possible.
-
@arubislander Is all clear. I'll install clickable and see where the rabbit hole further leads. Thanks mate! I think I can close this one.
-
@C0n57an71n if you are lazy like me and don't remember all components, methods, etc..., there is QtCreator available on top of clickable image to give you code completion, run and debug facilities: just run
clickable ide qtcreator
under your project folder -
@lduboeuf Niceeee... Thanx!