Romain Vimont <r...@rom1v.com> 于2019年10月28日周一 下午5:23写道: > > Hi > > I saw your message on the bug report: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893279#16 > > > blocked since upstream is unwilling to support JDK 9+ > > Java 9 was not supported by the Android build system, but now it seems > to work (I tested with Java 11): > https://github.com/Genymobile/scrcpy/issues/256#issuecomment-546720749 > > Cheers
Hi Thank you for reminding me of scrcpy. Unfortunately the problem is still from the Android build system. Currently only classpath 'com.android.tools.build:gradle:2.2.2' is packed in Debian, everything newer requires kotlin, which is almost done, but needs help. You can track the progress at https://salsa.debian.org/yangfl-guest/scrcpy . You might also refer to the CI pipelines to see where it gets blocked now. Best