Ionic run stuck at Starting a Gradle Daemon, 3 busy Daemon could not be reused

I have two project with ionic 3 and 4 and whenever i run ionic cordova run android it always stucks at Starting a Gradle Daemon, 3 busy Daemon could not be reused, use --status for details.

when running gradle --status nothing happens but the output `

IDLE`

i updated nodejs, gradle, java/jdk and other paths but still same situation.
for iOS everything works perfectly.

here is my ionic info:

Ionic:

   Ionic CLI          : 5.4.15
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.4

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 8.1.0, ios 5.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.0.5, cordova-plugin-ionic-webview 2.3.1, (and 14 other plugins)

Utility:

   cordova-res : not installed
   native-run  : 0.3.0

System:

   Android SDK Tools : 26.1.1 (/Users/chaouimar1/Library/Android/sdk)
   ios-deploy        : 1.10.0
   ios-sim           : 8.0.2
   NodeJS            : v12.14.1 (/usr/local/bin/node)
   npm               : 6.13.7
   OS                : macOS Mojave
   Xcode             : Xcode 11.3.1 Build version 11C504

I googled the problem for days with no sulution.

Thanks for help.