简体   繁体   中英

Type with my physical keyboard on android while debugging

I'd like to know if you have any references or tips to debug faster on real Android devices. I have a set of bash scripts to iterate rapidly over builds and signals, but sadly i waste a lot of time testing text inputs. I could hard-code but I am looking for a solution that is more universal between teams and projects. Typing directly on the device I am debugging would save me tons of time.

Do you know a way to achieve this using any tool or app?

Thanks

Some answers here partially solve my current answer:

ADB Shell Input Events

I guess we could create a software utility on a terminal to write from there to the phone and then we'd be done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM