@zlamalp said in How to run non-clickable app on a phone for development:
To answer to myself :-).
I guess I meant calendar-app and not address-book-app. For address-book-app I can see there is a snap config and also click package config. Click package can be build, but is with "ubuntu-sdk-14.10-qml-dev2" in config, which doesn't even install on 15.04 phone. If I change it to version from calendar-app, it install and crash on a start with no logs (or where they are?).
See whether there are any log files WHILE it is running. I've had it once that logs got removed before I had a change to look at
try something like:
while : ; do cp application-howevertheselogfilesarecalled-calendar-app*.log my.log ; done