Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
gnaaah9848y@prash32 Most of the time I just want to cancel the deployment to the device, but even when it shows "Stopping..." the app will still be installed, after some waiting time of course...
-
gnaaah9848y@bdhobare ps aux | grep gradle | grep -v grep | awk '{print $2}' | xargs sudo kill -SIGKILL
And assign to a hotkey. YOLO! -
@gnaaah haha...
looking at your profile n liking your skills,just wat i do too.Github link? -
gnaaah9848y@bdhobare got not much to be interested in there. Maybe I throw this in a Gist and post it later
Thanks for your upvote spree btw ;) -
Haha, just type
gradlew --stop
into the Android Studio terminal. Works like a charm. -
gnaaah9848y@flag0 a late 2012 iMac
It's generally fast enough, but sometimes I do a lot of things in parallel
Related Rants
Nothing can stop a gradle task in Android Studio!
It is unstoppable!!!
undefined
android studio
gradle
android development