How to set up Cordoba?

I'm having some problems getting started with my first Cordova application in Visual Studio.

When I create a new Cordova project, I am presented with a page that says:

We detected problems with your system configuration.

And it lists 3 things that need to be installed:

  • Android SDK software is missing from your system. You can also configure it after installation. Instructions
  • Apache Ant Software is missing from your system. You can also configure it after installation. Instructions
  • Git CLI Software is missing from your system. You can also configure it after installation. Instructions

    • I already have the Android SDK installed. So how can I let Visual Studio know where it is? A Google search for this did not yield any results that were related.

    • The Git CLI search returned no results. How to install it?

    • I did not even try to install Apache Ant, but because I can not get past the other two.

How to install the Git CLI and how do I tell VS where the Android SDK is?

PS I know that each of these list items has an “instructions” link, however I can’t access these pages, they say that the “Webpage is not available” in Chrome, Firefox and IE (and Spartan).

+4
source share
3 answers

I think you have already installed Tools for Apache Cordova.

, , . :

Tools > Options > Tools for Apache Cordova > Environment Variables

:

enter image description here

,

+4

, , - :

VS2013, , 4. Visual Studio Tools VS 2013 2015.

, , Cordova CTP 3.1 (http://www.microsoft.com/en-us/download/details.aspx?id=42675)

C:\Program Files (x86)\Android\android-sdk\platform-tools. ANT_HOME system/environment, C:\apache- ant -1.9.3. ADT_HOME system/environment, C:\Program Files (x86)\Android\android-sdk. GIT_HOME C:\Program Files (x86)\Git.

0

PATH Windows

enter image description here

"". " " . " " " ". PATH . "". Android SDK. "C:\Development\android-sdk-windows" , SDK. : ; C:\\Android--\ ; C:\\Android--\

. " ". , % JAVA_HOME%\bin PATH. , , java. , % JAVA_HOME%\bin PATH. % JAVA_HOME%. , % ANT_HOME%\bin PATH. , , ant. , % ANT_HOME%\bin PATH. % ANT_HOME%.

0

All Articles