Dariusz

Results 7 comments of Dariusz

Hello, I'm using bazel 7.0.2 right now and I'm facing exactly the same problem. Is there possibility that that issue came back ?

I have the same issue as @fishy . I'm using bazel `7.1.0` ``` ERROR: project/myapp/src/BUILD.bazel:68:15: Desugaring projext/myapp/app-sdk_resources.jar for Android failed: Worker process returned an unparseable WorkResponse! Did you try to...

I made additional test and I limited my app to empty `android_binary` no `srcs` and no `deps` at all: ``` android_binary( name = "test_app", manifest = "main/AndroidManifest.xml", ) ``` I'm...

I have the same issue as @fishy . I'm using bazel `7.1.0` ``` ERROR: project/myapp/src/BUILD.bazel:68:15: Desugaring projext/myapp/app-sdk_resources.jar for Android failed: Worker process returned an unparseable WorkResponse! Did you try to...

I made additional test and I limited my app to empty `android_binary` no `srcs` and no `deps` at all: ``` android_binary( name = "test_app", manifest = "main/AndroidManifest.xml", ) ``` I'm...

That works, but I think it's not the solution, I don't want to skip security. ;(

For `VERIFY_NONE` I can see: `Client: If not using an anonymous cipher (by default disabled), the server will send a certificate which will be checked, but the result of the...