zoukankan      html  css  js  c++  java
  • visual studio 2015 rc &cordova -hello world

    初始环境,用来看看书,电影,上上网的win8,所以一切从头开始。

    1,首先还是装visual studio 2015  rc吧,目前只放出在线安装,所以要很长很长时间。不过有新闻说很快要实现中国网友至少8m的带宽。

    2,然后才仔细看系统要求:

      • Joyent Node.js enables Visual Studio to integrate with the Apache Cordova Command Line Interface (CLI) and Apache Ripple Emulator.

      • Git CLI is required only if you need to manually add Git URIs for specific Cordova plug-ins.

      • Google Chrome is required to run the Apache Ripple emulator for iOS and Android.

      • Apache Ant 1.8.0 or later is required for the Android build process.

      • 32-bit Oracle Java JDK 7 is required for the Android build process.

      • Android SDK is required for the Android build process and Ripple.

      • Apple iTunes is required for deploying an app to an iOS device connected to your Windows PC.

    ios日后再说,先java,注意java只能是32位的;android sdk;ant;git;每项都必须在系统环境配置好。不知道怎么配?还好用百度也能搞定。调试只能用Chome浏览器,还好以前装过了。

    3,装好vs后,文件/新建/项目/已安装/其他语言/javascript/Apach Cordova Apps。编译好后,debug那里选平台,选调试器。

    4,开始看Apach Cordova Programing 4

  • 相关阅读:
    分清函数指针和指针函数_
    常量指针与指针常量的区别
    Oracle11g数据库在Win系统下的安装
    MySQL-python模块
    堡垒机(paramiko)
    paramiko模块
    线程池
    线程、进程和协程
    Twisted
    SocketServer模块
  • 原文地址:https://www.cnblogs.com/wusong/p/4498519.html
Copyright © 2011-2022 走看看