Yuki

Results 8 comments of Yuki

When I upgraded to version v17.2.1, a strange blank area appeared in API 33. I tried it on Now in Android. Is this a project specific issue, or is it...

After updating to v17.2.2, it displayed without any problems! Thank you very much! > When I upgraded to version v17.2.1, a strange blank area appeared in API 33. > I...

Hmm. I don't know why it's stuck [here](https://github.com/android/nowinandroid/actions/runs/12841386043/job/35811136488#step:9:683). ``` > Task :core:designsystem:testDemoDebugUnitTest ``` Of course, locally, `./gradlew :core:designsystem:testDemoDebugUnitTest` and `./gradlew :core:designsystem:testDemoDebugUnitTest` have been successful 😓 ``` ./gradlew testDemoDebugUnitTest -Proborazzi.test.verify=false Starting...

I did an empty commit and re-run, but it failed as before 🤔

``` AAPT2 aapt2-8.7.3-12006047-linux Daemon #0 Failed to shutdown within timeout java.util.concurrent.TimeoutException: AAPT2 aapt2-8.7.3-12006047-linux Daemon #0: Failed to shut down within 30 seconds. Forcing shutdown at com.android.builder.internal.aapt.v2.Aapt2DaemonImpl.stopProcess(Aapt2DaemonImpl.kt:249) at com.android.builder.internal.aapt.v2.Aapt2Daemon.shutDown(Aapt2Daemon.kt:171) at com.android.builder.internal.aapt.v2.Aapt2DaemonManager$LeasableAaptDaemon.shutdown(Aapt2DaemonManager.kt:66)...

> May this would help you. See this [ReactiveCircus/android-emulator-runner#385 (comment)](https://github.com/ReactiveCircus/android-emulator-runner/issues/385#issuecomment-2492035091) Revert an OS to `ubuntu-latest` add add `killall -INT crashpad_handler || true` at the end of script. Thank you for...

All actions are successful, but coverage is not displayed in PR. It is displayed in [PR](https://github.com/blue928sky/nowinandroid/pull/1#issuecomment-3138185564) for repository that have been forked. Is this a permission issue? #### fork repository...

Probably no special permissions are needed for HapticFeedback. `LongPress` worked on my device (Xperia 1 III Android 13) even without permissions. (`ToggleOff` and `ToggleOn` didn't seem to work though 😅...