Menu

#28 packAndSignAndroidApp.sh: enhancement request

open-fixed
Android (8)
5
2010-06-23
2010-06-21
No

The Android build script should honor the ANDROID_HOME environment variable, if set, and falls back to the relative path (which might not work outside the pre-configured DosIS set up).

Discussion

  • Michel Alexandre Salim

    • assigned_to: nobody --> giurearenato
     
  • Renato G.

    Renato G. - 2010-06-22
    • status: open --> closed-fixed
     
  • Renato G.

    Renato G. - 2010-06-22

    Added a configuration file where you can add your path to the android project, android sdk, and to the keystore. If all the paths are setted correct, the apk script should run with no problems.

     
  • Michel Alexandre Salim

    Thanks. I've modified the script a bit so that it uses ANDROID_HOME instead of ANDROID_SDK_PATH, and reuse the existing value if set. I also changed the default settings to be relative rather than absolute paths, so they should work out-of-the-box at least on the CIP setup.

     
  • Michel Alexandre Salim

    • status: closed-fixed --> open-fixed