Category: sencha

[error] error occured while building the android app 0

[error] error occured while building the android app

C:\dev\sencha-root\Tracker\.sencha\app\phonegap-impl.xml:170: The following error occurred while executing this line: jar:file:/C:/dev/sencha-cmd/Sencha/Cmd/5.1.3.61/sencha.jar!/com/sencha/ant/antlib.xml:644: shellscript returned: 1 Solution: Generate and upload an Android signing key of Adobe BD. Instructions : http://docs.build.phonegap.com/en_US/signing_signing-android.md.html keytool -genkey -v -keystore bonzaiKeyAndroid.keystore -alias bonzaiKey...

Sencha touch advanced getting-started guide (windows) 0

Sencha touch advanced getting-started guide (windows)

Installation rubyinstaller-2.0.0-p353-x64.exe node-v0.10.26-x64.msi compass sass npm install phonegap -g # Version in 2014 : v3.3.0-0.19.6 sencha fs web -p 80 start -map /path/to/sencha/folder/ Building for production sencha phonegap init sencha phonegap init com.oligny.tracker Tracker...

Sencha : Add geolocation to your app 0

Sencha : Add geolocation to your app

In config.xml, make sure you have these two lines somewhere : <feature name="http://api.phonegap.com/1.0/geolocation"/> <preference name="EnableLocation" value="true" />