本文介绍了适用于Visual Studio的多设备混合应用程序:构建后不会启动波纹模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试使用目标平台Ripple(Galaxy)/Android和但是在完成Visual Studio构建后,请打开带有地址的Chrome
I try to build a empty project with target platform Ripple (Galaxy)/Android andbut when finish the build Visual Studio open Chrome with address
http://localhost:4400/___vs_to_ripple___/index.html?_enableripple=cordova-3.0.0-NexusGalaxy
没有运行波纹模拟器,我当然会出错.我必须设置一些环境变量吗?
without run the ripple emulator, of course I get an error. Do I must set some environment variable?
预先感谢
在我的输出窗口下方
1>------ Inizio compilazione: Progetto: BlankCordovaApp1, Configurazione: Debug Android ------
1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets(90,5): warning : Al compilatore TypeScript Compiler non è stato fornito alcun file per la compilazione. La compilazione verrà ignorata.
1> Your environment has been set up for using Node.js 0.11.13 (x64) and npm.
1> ------ Ensuring correct global installation of package from source package directory: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\c5uzit0w.pdv\packages\vs-mda
1> ------ Name from source package.json: vs-mda
1> ------ Version from source package.json: 0.1.1
1> ------ Current globally installed version : 0.1.1
1> ------ Package already installed globally at correct version.
1> ------ Build settings:
1> ------ buildCommand: prepare
1> ------ platform: Android
1> ------ cordovaPlatform: android
1> ------ configuration: Debug
1> ------ cordovaConfiguration: Debug
1> ------ projectName: BlankCordovaApp1
1> ------ projectSourceDir: C:\aaaaaaa\BlankCordovaApp1\BlankCordovaApp1
1> ------ App dir c:\aaaaaaa\BlankCordovaApp1\BlankCordovaApp1\bld\Debug already exists
1> ------ Copying app files to www
1> ------ Done copying app files to www
1> ------ Copying res files
1> ------ Done copying res files
1> ------ Platform android already exists
1> ------ Certificate copy from c:\aaaaaaa\BlankCordovaApp1\BlankCordovaApp1\res\cert\android to platforms\android
1> ------ Done copying certificate files to platforms\android
1> ------ Updating plugins
1> ------ Currently installed plugins:
1> ------ Currently installed dependent plugins:
1> ------ Currently configured plugins:
1> ------ Preparing platform: android
1> cordova library for "android" already exists. No need to download. Continuing.
1> Generating config.xml from defaults for platform "android"
1> Calling plugman.prepare for platform "android"
1> Wrote out Android application name to "BlankCordovaApp1"
1> Wrote out Android package name to "io.cordova.BlankCordovaApp1"
2>------ Inizio distribuzione: Progetto: BlankCordovaApp1, Configurazione: Debug Android ------
========== Compilazione: 1 completate, 0 non riuscite, 0 aggiornate, 0 ignorate ==========
========== Distribuzione: 1 completate, 0 non riuscite, 0 ignorate ==========
推荐答案
我解决了!问题是我的个人资料文件夹中包含空白.我重命名了个人资料文件夹,现在可以正常使用了!
I solved!The problem was a white space contained in my profile folder. I renamed my profile folder and now works perfectly!
这篇关于适用于Visual Studio的多设备混合应用程序:构建后不会启动波纹模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!