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 have 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:
IdownloadedtheToolsfromtheAndroidStudiositeandplaceditinthefolder.I'vemadealltherecommendationsI'veseenontheinternet.
Asrequestedinthecomments,theprintfromtheSDKfolder:
How to solve?