Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: developer android note
Description: Summary step by step how to create an android application with Cordova or phonegap
Description: Summary step by step how to create an android application with Cordova or phonegap
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
Install phonegap
sudo apt-get install nodejs sudo npm install -g phonegap sudo phonegap create my-app-phonegap
Install CORDOVA
step 01 : install repository
sudo add-apt-repository ppa:cordova-ubuntu/ppa sudo apt-get update
step 02 : cli
sudo apt-get install cordova-cli
step 03 : create project
cordova create hello-word com
...
hello HelloWorld
1: hello-word name of application
2: com
...
hello nameSpace of application
step 04 : platform
cordova platform add android cordova platform add ios
step 05: test app in platform
cordova build android cordova emulate android
Note los directorios de phonegap estan [platforms/ios,
platforms/android]
Alternative : error to create cordova platform Unstaller and Install
again
npm uninstall -g cordova
util ver plataformas
cordova platforms ls
===========================================
creating app with name Professional
phonegap create path/to/my-app --id "com
...
app" --name "My App"
example
cordova create /home/anb/sites/develoweb/appabc --id "com
...
appabc" --name "ABC Play Kids"
#
NOTE : configuration Example setting
export HOME="/home/indranil" export ANDROID_HOME="$HOME/software/adt-bundle-linux-x86_64-20140702/sdk" export
PATH="$HOME/software/adt-bundle-linux-x86_64-20140702/sdk/tools:$ANDROID_HOME/platform_tools:$PATH"
It's necessary install in sdk android: shell : android
install checkbox : Android 4
...
2(API19) => target default
Install Android SDK
01
vi ~/
...
profile
02
export PATH="$HOME/android-sdk-linux/tools:$HOME/android-sdk-linux/platforms:$PATH"
03 : install java and ant
sudo apt-get install openjdk-6-jdk ant
04 : init android and install APIS
android
05 : new folder create called platform-tools
export PATH="$HOME/android-sdk-linux/tools:$HOME/android-sdk-linux/platforms:$HOME/android-sdk-linux/platformtools:$PATH"
06 : install the adb package
...
apk
desintalar
adb uninstall
install en mac
npm install -g cordova
install MC
ruby -e "$(curl -fsSL https://raw
...
com/Homebrew/install/master/install)" 503 brew doctor 504 brew install ant
505 cordova build android
landspace
CTRL+F11
#
in MAC
#
landspace
vista horizontal => ctrl-fn-F12
...
com/setting-up-an-android-app-build-environment-with-android-sdk-and-phonegap-in-ubuntu-1304/#prettyPhoto
#
Firmar tu apliación por comandos
paso 2 : compilar tu aplicacion
...
/var/www/public_html/app-abc
cordova build android --release
paso 1
keytool -genkey -v -keystore my-release-key
...
apk]
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key
...
apk abc
paso 4 : verificar si tu apk esta firmado
jarsigner -verify -verbose -certs app
...
apk your_project_name
...
com/brodysoft/Cordova-SQLitePlugin
...
com/wf9a5m75/phonegap-googlemaps-plugin
Title: developer android note
Description: Summary step by step how to create an android application with Cordova or phonegap
Description: Summary step by step how to create an android application with Cordova or phonegap