Niklas Eicker

Results 115 comments of Niklas Eicker

I am getting the same response from `dirs::home_dir()` on two different emulated pixel phones. Should this crate work for android emulators?

Running `adb shell` with my device connected via USB followed by `echo $HOME` I get `/` back, which is not the correct directory for an app to write to or...

I might have found something with env variables: https://cs.android.com/android/platform/superproject/+/refs/heads/master:frameworks/base/core/java/android/os/Environment.java;drc=a3bb1640c5a3422645b8493ee0bb00eab4266c32;l=98 The env variable `ANDROID_DATA` is set to `/data` on my device. It still might be an issue to hard code the...

I ended up [using the actual app context via `android-activity`](https://github.com/rust-mobile/android-activity/blob/1a8a92b3fba0a7be98a383cf4a356d04bedb42b0/android-activity/src/native_activity/mod.rs#L399). Interestingly, this returns `/data/user/0/me.nikl.game/files` and not `/data/data/me.nikl.game/files` (which also works though).

Thank you for raising this! I could reproduce the issue without bevy_asset_loader and opened bevyengine/bevy#12951 for it.

> @NiklasEi can you post the console output of that panic? @OmmyZhang can you take a look? ``` thread 'tokio-runtime-worker' panicked at src/serve.rs:278:27: Paths must start with a `/` stack...

I think this can be closed?

I have not worked on clocks, but I am certainly open to contributions concerning them. What @james-j-obrien did looks good as a starting point. It would be nice to add...

@alice-i-cecile could you update the issue description?

> Oh, should i close this issue then ? You can leave it open. Posting the PR number just creates a link between the issue and the PR. When it...