zdavatz / AmiKo-Android

AmiKo Desitin für Android
https://play.google.com/store/apps/details?id=com.ywesee.amiko.de&hl=de_CH
GNU General Public License v3.0
2 stars 2 forks source link

Android build fails with #185

Closed zdavatz closed 3 years ago

zdavatz commented 4 years ago

this is related to: https://github.com/zdavatz/AmiKo-Android/pull/184

doing

make bundle
make publishBundle

Android Build fails with

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :buildComedReleasePreBundle FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':buildComedReleasePreBundle'.
> Direct buffer memory

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 13s
72 actionable tasks: 23 executed, 49 up-to-date
make: *** [Makefile:24: publishBundle] Fehler 1
zdavatz commented 4 years ago

this seems to work:

make bundleAmiko
make bundleComed
zdavatz commented 4 years ago

das klappt auch

#cd /home/zeno/.software/android-bundle-uploader
python main.py ../AmiKo-Android/amiko.json com.ywesee.amiko.de ../AmiKo-Android/build/outputs/bundle/amikoRelease/AmiKo-Android-amiko-release.aab production
python main.py ../AmiKo-Android/amiko.json com.ywesee.amiko.fr ../AmiKo-Android/build/outputs/bundle/comedRelease/AmiKo-Android-comed-release.aab production