Android Target and Android SDK not found or installed ... but everything is installed, how to solve?

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 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?

    
asked by anonymous 07.08.2018 / 19:55

1 answer

1

I strongly recommend using Android Studio, however much you do not go developing it, it's great for servicing the SDK. In addition to setting up the environment variables: Android Studio

    
14.08.2018 / 16:33