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).
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.