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

  • 相关阅读:
    Linux进程间通信—消息队列
    Linux进程间通信—信号
    Linux进程间通信—信号量
    Linux进程间通信—管道
    Linux进程间通信:管道,信号量,消息队列,信号,共享内存,套接字
    安全文件传输系统
    嵌入式mp3播放器
    用C语言实现面向对象的开发
    Haskell 差点儿无痛苦上手指南
    Oracle EBS 入门
  • 原文地址:https://www.cnblogs.com/wusong/p/4498519.html
Copyright © 2011-2022 走看看