unable to create android app using apache cordova
NickName:krishna Ask DateTime:2013-09-17T16:49:07

unable to create android app using apache cordova

I tried to create android app using Apache Cordova using the following command

C:\Users\krishna\cordova-3.0.0\cordova-android\bin>
create C:\Users\krishna\workspace3\SampleApp2 com.example.sampphonegap SamplePhonegapApp 

It niether shows error nor creates the app at specified location. Please help me solve the issue.

Thanks in advance.

Copyright Notice:Content Author:「krishna」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/18845270/unable-to-create-android-app-using-apache-cordova

More about “unable to create android app using apache cordova” related questions

unable to create android app using apache cordova

I tried to create android app using Apache Cordova using the following command C:\Users\krishna\cordova-3.0.0\cordova-android\bin> create C:\Users\krishna\workspace3\SampleApp2 com.example.

Show Detail

Create Android App using Apache Cordova and web service

i am really new on this so i need some suggestions. Using Visual Studio, i want to create an android application and i want to have flexibility so i will use Apache Cordove. It allows you to use

Show Detail

How to create Android App with Cordova 3.4

Since yesterday, I have some problems with Cordova and Android. I can not create an functional Android App. iOS works. In detail: I use a Mac (MacOS X 10.8.5) and have installed ADT 22.6.2 (with A...

Show Detail

Unable to automate Apache cordova app using appium

I am trying to automate the Apache cordova app using appium but not able to perform the click on floating button action. I can launch the app, click on other tabs/buttons using appium. I tried

Show Detail

Cordova Android app force closes after build

Here's the error details: 12-04 22:00:12.087: E/AndroidRuntime(19113): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.package.name.dev/com.package.name.dev.MainActivity}: j...

Show Detail

error in building android app using apache cordova

i have installed cordova on linux mint 17.1 xfce, jdk and android and npm is ok and i can create new cordova application and add android platform to it : cordova create ... cordova platform add an...

Show Detail

Using C# class library in apache cordova android app

I have winjs windows app that i need to port to android with apache cordova and visual studio 2015. In my app, i'm using c# portable class library to do some calculations and return result in javas...

Show Detail

Android App Sign in Cordova

I am trying to build signed app from cordova in my mac. Whenever I run cordova build android --release it release unsigned apk. I have created the account on Play store. Also I checked multiple li...

Show Detail

Signing Apache Cordova Android app

I'm trying to release an Android application using Visual Studio Tools for Apache Cordova 5.1.1 I create a keystore file and edit the build.json with the data for the keystore as shown here I get ...

Show Detail

Signing Android App built with Apache Cordova

I have built an app (with Apache Cordova). I want to sign it. I follow this instructions. http://developer.android.com/tools/publishing/app-signing.html#signing-manually After $ jarsigner -verbose -

Show Detail