Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Steps to create the MobileFacts under cordova 3.4.

  • edit {{edit MobileFacts/platforms/android/AndroidManifest.xml}} and adjust {{the android:versionCode}} (mandatory for new release) and {{the  android:versionName}}
  • add the SpringPlugin, which includes the mobile sensor to the project  {{project  cordova plugin add ../SpringPlugin}}
  • cd into {{into MobileFacts/platforms/android}} and execute  {{execute  ant release}}
  • sign the apk: {{ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -signedjar ../bin/MobileFacts-release-signed.apk  -keystore ../keys/keystore-android ../bin/MobileFacts-release-unsigned.apk mobile-facts}}
  • align the apk: {{ zipalign 4  bin/MobileFacts-release-signed.apk bin/MobileFacts-release-signed-aligned.apk}}


Done (upload the MobileFacts-release-signed-aligned.apk to the store)