Hi I have followed the official documentation for setting up the React native project on windows. I have added the ANDROID_HOME variable as system variable at location
"C:\Users\AKSHAY\AppData\Local\Android\Sdk"
In the second step I was supposed to add Environment variable at
"C:\Android\tools\bin\platform-tools"
but there is no tools folder in Android instead I found platform-tools under SDK below is the location
"C:\Users\AKSHAY\AppData\Local\Android\Sdk\platform-tools"
Now when I am running
npx react-native run android
I am getting the below attached error