cfig / Android_boot_image_editor

Parsing and re-packing Android boot.img/vbmeta.img/payload.bin, supporting Android 15
Apache License 2.0
995 stars 227 forks source link

Fix build error in gradle 8+ #116

Closed cfig closed 1 year ago

naz664 commented 1 year ago

Install jdk version 11+ sudo apt-get install openjdk-17-jdk this would fix it

cfig commented 1 year ago

Thank you ~

With this commit https://github.com/cfig/Android_boot_image_editor/commit/95ee9b6d85d0f6222d1dfe2d44ccc3c2aab8d38d it works fine. Previously I set the compiling jdk to 17, but many guys are still using jdk 11. So I reverted that.