apache-cordova

Apache Cordova - Visual Studio 2015 - Unable to build signed apk

落花浮王杯 提交于 2019-12-24 15:44:09
问题 Error Android packages must be signed when debugging using the Release configuration. To configure Android signing, follow instructions at http://go.microsoft.com/fwlink/?LinkID=613579 BlankCordovaApp4 key.store=E:\key.keystore key.alias=asdfgh key.store.password=asdfgh key.alias.password=asdfgh This are the following values i have given in the ant.properties files. keytool -genkey -v -keystore E:\key.keystore -alias asdfgh -keyalg RSA -keysize 2048 -validity 1000 I tried to add another slash

visual studio / apache cordova - Build is successful - But no apk is generated

柔情痞子 提交于 2019-12-23 10:06:33
问题 Apache Cordova - Visual Studio 2015 - Unable to build signed apk In the above link, I asked a question. I was not able to generate a signed apk. Then, I found that i need to enter the keystore in build.json file. After that, i got some other error. So, I updated my nodejs version to 5.3.0 Now, begin snippet: js hide: false --> language: lang-html --> Build started: Project: SignedTest, Configuration: Release Android ------ Your environment has been set up for using Node.js 5.3.0 (ia32) and

Visual Studio Cordova - You may not have the required environment or OS to run this project

只愿长相守 提交于 2019-12-21 06:29:46
问题 I have a problem in Visual Studio 2015 Community - Apache Cordova. I try to run a simple application both in Debug mode as in Release mode and is generated the following error: *2> ANDROID_HOME=F:\AndroidSDK 2> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55 2>C:\Temp\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:126 2>throw e; 2>^ 2>Error: Device communication timed out. Try unplugging & replugging the device. 2>at null._onTimeout (C:\Temp\Excluir

Visual Studio Cordova - You may not have the required environment or OS to run this project

青春壹個敷衍的年華 提交于 2019-12-21 06:29:15
问题 I have a problem in Visual Studio 2015 Community - Apache Cordova. I try to run a simple application both in Debug mode as in Release mode and is generated the following error: *2> ANDROID_HOME=F:\AndroidSDK 2> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55 2>C:\Temp\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:126 2>throw e; 2>^ 2>Error: Device communication timed out. Try unplugging & replugging the device. 2>at null._onTimeout (C:\Temp\Excluir

Tools for Apache Cordova/Visual Studio 2015 fails to launch app in IOS simulator

夙愿已清 提交于 2019-12-20 07:23:59
问题 Im trying to test my app using MacInCloud and remotebuild on the IOS simulator. Everything works great and the app compiles using remotebuild. Visual Studio then displays a status "Deployed Successfully". When I look on my mac, it shows the IOS simulator launched but only shows the home screen. I do not see my app at all. Im at a loss on what to check next. Any help would be appreciated. I see this error in the output window. Requesting emulate on iOS Simulator for buildNumber 89952 on server

Visual Studio Community 2017 stops debugging when I open chrome developer tool

左心房为你撑大大i 提交于 2019-12-13 15:26:55
问题 I am working on an apache cordova app. I do two different debugging, first is on my localbrowser(chrome) and then on an actual device. When debugging in chrome, I set break points inside VS and all are hit. Then when on chrome when I open the developer console, it stops the debugger. I swear that this never happen before. Any suggestions? I found some post that are almost related to my problem but it never solves them. At first I thought the debugger stops because of my option settings in

Visual Studio 2015 - Apache Cordova Build Error

醉酒当歌 提交于 2019-12-13 06:55:48
问题 I am using visual studio 2015 in windows 8. I created a hybrid app when i tried to build the project i get following error .am running in vs android emulator kitkat 5.5" .but when i am running in ripple it is working sometime.so please refer following error and help me to solve the problem. 1>------ Build started: Project: nidhinhybrid, Configuration: Debug Android ------ 1> ------ Ensuring correct global installation of package from source package directory: E:\VISUAL STUDIO SETUP\COMMON7

Need Clarification on error Android Development with Visual Studio

大兔子大兔子 提交于 2019-12-11 06:10:32
问题 I am trying to learn more about developing apps on Android by following this guide. When I attempt to run the blank Cordova project I get an error, regardless if I turn deploy ON or OFF. With deploy OFF I get the error(s): Unable to get launched browser process for your app. With deploy ON I get the error(s): assert.js:90 AssertionError: missing path at Function.Module.runMain (module.js:441:10) at Function.Module._load (module.js:300:12) at Module.load (module.js:343:32) at Module.require

Cordova Apache wrong module path

佐手、 提交于 2019-12-10 23:26:32
问题 My question I am learning to make a hybrid application with cordova apache (previously Phonegap?) I am following the steps they recommend our their website: https://cordova.apache.org/docs/en/latest/guide/cli/index.html I successfully installed nodeJS (if I do the command node --version, it will return its version) But when I try to install cordova, everything seems working, but not the CLI. So: I guess the CLI is configured incorrect, but I am not sure. Anyone can help me here? Notes:

Visual Studio Cordova - You may not have the required environment or OS to run this project

余生长醉 提交于 2019-12-03 21:24:49
I have a problem in Visual Studio 2015 Community - Apache Cordova. I try to run a simple application both in Debug mode as in Release mode and is generated the following error: *2> ANDROID_HOME=F:\AndroidSDK 2> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55 2>C:\Temp\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:126 2>throw e; 2>^ 2>Error: Device communication timed out. Try unplugging & replugging the device. 2>at null._onTimeout (C:\Temp\Excluir\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:1717:25) 2>at Timer