Changes between Version 5 and Version 6 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
04/06/17 11:43:33 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v5 v6  
    5050        writable: false,
    5151}}}
     52 - @ToDo: Branding
    5253 - create the non-debug APK
    5354{{{
     
    5556cordova build --release android
    5657}}}
    57  - File available as: {{{platforms/android/build/outputs/android-release-unsigned.apk}}}
     58 - File available as: {{{platforms/android/build/outputs/apk/android-release-unsigned.apk}}}
    5859 - Sign the app:
    5960  * https://developer.android.com/studio/publish/app-signing.html
    6061  * https://cordova.apache.org/docs/en/latest/guide/platforms/android/
    6162{{{
    62 # Generate Private Key (just once)
     63# Generate Private Key (just once, outside the eden_mobile folder)
    6364# keytool comes with your JRE, so may need to ensure it's bin directory is in your PATH
    6465keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias