I am completely unfamiliar with Cordova, but now I installed Cordova with NPM and installed the Android SDK and configured AVD, which seems to work fine until I want to emulate my project. If the actual application for some reason does not load into the emulator.
The following action has been taken:
marvin:HelloWorld$ cordova -d emulate android cordova library for "android" already exists. No need to download. Continuing. Wrote out Android application name to "HelloWorld" Wrote out Android package name to "com.example.hello" Calling plugman.prepare for platform "android" Preparing android project... Processing configuration changes for plugins. Iterating over installed plugins: [] Writing out cordova_plugins.js... Running on emulator for platform "android" via command ""/home/marvin/Development/projects/HelloWorld/platforms/android/cordova/run" --emulator" (output to follow)...
Then it launches the Android emulator, but the application is not there. Anyone have a suggestion to fix this problem so that I can actually test in my emulator?
Thanks in advance.
source share