Open octo-kumo opened 1 week ago
implementation 'com.google.guava:guava:33.4.0-android'
was added to remove build errors complaining about Duplicate class com.google.common.util.concurrent.ListenableFuture
implementation 'com.simsilica:lemur-proto:1.13.0'
was commented to remove build errors complaining about duplicate resources inside lemur.
So I packed my simple project into APK and installed it on an emulator.
But there is no output, so I checked the logs.
It appears that lemur is causing the crash.
Here is my build.gradle files.
For android
For main project