You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Use JDK 21
2. Update android plugins for JDK 21
3. Update gradle wrapper
The new R8 engine will change more class names than before, we thus
need to save those needed ones.
Currently, due to a bug of Android Application Gradle Plugin 8.4, i.e,
com.android.application > com.android.application.gradle.plugin, one can
not perform the task optimizeReleaseResources without errors.
To see the bug, run
`./gradlew --stacktrace --info optimizeZygiskReleaseResources`
It shows that the commnd `aapt2` has wrong working directory.
Hence, we skip this task.
0 commit comments