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

  • 相关阅读:
    采用二叉搜索树来统计文本中单词出现的频率
    一个表查找程序
    unix grep命令的大致实现
    字符串操作函数
    关于宏和逗号表达式
    http状态码的分类
    nginx源码学习资源(不断更新)转
    什么是CGI
    字符串操作 删除字符
    Ubuntu安装特定版本安装包
  • 原文地址:https://www.cnblogs.com/wusong/p/4498519.html
Copyright © 2011-2022 走看看