0
I had to format my PC, Windows, and installed everything again: Java, Git, Python, Android Studio, Node, Ionic 3, Cordova, everything. And it was running before normal.
Now I’m with this error, not being able to run my application Ionic 3 with Cordova and Android.
cordova requirements android
Requirements check results for android:
Java JDK: installed
Android SDK: installed true
Android target: not installed
Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
Gradle: not installed
Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: C:\Users\Ramos\AppData\Local\Android\Sdk\tools\templates\gradle\wrapper
Error: Some of requirements check failed
But my ANDROID_HOME Environment is correct:
I already downloaded the Tools from the Android Studio site and put in the folder. I made all the recommendations I’ve seen on the internet.
As requested in the comments, the print of the SDK folder:
How to solve?
And there’s a print of the contents of the briefcase
Android/Sdk
?– Guilherme Nascimento
Hi @Guilhermenascimento edited with print.
– Ramos
Doesn’t have the
SDK Manager.exe
nor theAVD Manager.exe
, I don’t know where you got this SDK from, but surely this missing thing– Guilherme Nascimento
Ramos, I had a similar problem and solved using the android studio itself, not use for programming, but use it to manage sdk and Avd. Try using it there, anything comments that we try to help!
– Thiago Tibau
@Ramos other than
C:\Users\Ramos\AppData\Local\Android\Sdk
also put theC:\Users\Ramos\AppData\Local\Android\Sdk\tools
andC:\Users\Ramos\AppData\Local\Android\Sdk\platforms
on its ANDROID_HOME– viana