Starting the Android emulator

I can’t make it work

On MacOS, it works perfectly

Its happen to me time to time, my solution is enable debug and rebuild.

1 Like

Have you got Android Studio installed?

yes

Here is a quick how to install Gradle on Windows I wrote to go with my tutorials (Mac is similar and there are instructions on the Gradle page).

Grab Gradle latest version from


Install it


Update Windows Gradle version in console:

gradle –refresh-dependencies


Always worth a reboot but not really necessary…

Open the Windows Command Prompt and do it from there with Administrator rights and see if that helps?

Hmmm seems everything is correct looking at the second image…

Thanks @Dave for help me

1 Like

Make sure you have downloaded the latest version of Android Studio, update it (the most recent release is actually a lot better than previous releases). It will prompt for any missing Gradle files or updates.

1 Like

Did you follow this important step:

Microsoft Windows users

In File Explorer right-click on the This PC (or Computer ) icon, then click Properties -> Advanced System Settings -> Environmental Variables .

Under System Variables select Path , then click Edit . Add an entry for C:\Gradle\gradle-6.5.1\bin . Click OK to save.

Do you want to see it through the team Viuwer ?

The path is wrong, needs to be:

Need to point it to the directory containing the bin file.

But I renamed

Add \bin