Malinskiy / action-android

Collection of Android-related GitHub Actions
MIT License
185 stars 24 forks source link

Unable to install an apk #56

Closed RohovDmytro closed 1 year ago

RohovDmytro commented 2 years ago

For some reasons I'm not able to install APK. Butler apk is installed, but the apk of the app fails to install using adb. What went wrong?..

image
Malinskiy commented 2 years ago

Seems like a timeout issue with the adb install. You’re consistently sigterm’ing the install process after 45 seconds. Not sure how it relates to the action’s code though