cordova exigences de problème , android cible n'est pas installé

Je suis en train d'installer Cordoue sur windows 7.
Je suis ce tutoriel :
https://www.tutorialspoint.com/cordova/cordova_first_application.htm

pendant que je cours cordova exigences, dit-il android la cible n'est pas installé
et de définir la ANDROID_HOME variable d'environnement

I:\CordovaProject\hello>cordova requirements
Requirements check results for android:
Java JDK: installed 1.8.0
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: installed
Error: Some of requirements check failed

I:\CordovaProject\hello>echo %ANDROID_HOME%
C:\Users\user\AppData\Local\Android\sdk

comme vous pouvez le voir dans l'image 1, quand je l'écho ANDROID_HOME il est situé à l'emplacement approprié. Je ne suis pas en mesure de résoudre cette erreur. de bien vouloir m'aider avec ce

chemin d'accès a ces : %ANDROID_HOME%\outils;%ANDROID_HOME%\platform-tools

J'ai téléchargé android-25 dans android studio

et les propriétés de projet fichier a android cible fixée pour : android-25 à la fois dans
I:\CordovaProject\hello\platforms\android\CordovaLib\project.properties

I:\CordovaProject\hello\platforms\android\project.properties

et quand je lance cordova construire android - je obtenir de l'erreur suivante

BUILD FAILED

Total time: 31.807 secs
Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
 > Could not resolve all dependencies for configuration ':classpath'.
 > Could not download uast.jar (com.android.tools.external.com-
 intellij:uast:145.597.3)
  > Could not get resource 'https://jcenter.bintray.com/com/android/tools/ex
 ternal/com-intellij/uast/145.597.3/uast-145.597.3.jar'.
     > Could not GET 'https://jcenter.bintray.com/com/android/tools/external
  /com-intellij/uast/145.597.3/uast-145.597.3.jar'.
        > akamai.bintray.com

  * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or -
   -debug   option to get more log output.
InformationsquelleAutor user6694839 | 2017-04-17