is App Development without adb possible?
-
Hi
I know adb isn't working on the OP3/T
I want to start learning to Develop UB apps in python (to flex my newly formed python skills )
But without adb how do install the apps easily without it?
I was using "clickable" and it uses adb for transferring and installing appsSorry if this a totally nooby Question
-
@gnugeek
Hi,Yes it's possible through SSH.
You'll have to configure SSH on your device first (using UT Tweak Tool e.g).
You'll need to export your private key to your phone (I use bluetooth or MTP for that)When SSH is working, you'll have to add
--ssh <ip_address>
to the clickable commands and you'll be all set.
That's what I use so I don't have to worry about loose cable when debugging. -
for a detailed guide about setting up ssh: http://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html