Chihaya

Results 15 comments of Chihaya

After read though the man page of [powermatrics](https://www.unix.com/man-page/osx/1/powermetrics/) I think this could be eliminated by giving an -n argument to limit its periodic sample instead of the default unlimited samples....

It seems the problem still exists in version 2.0.0. Also I had encountered another bug that might related to this issue: When pasting long text using gboard auto paste feature...

Thanks for the reply. I am more than happy to provide the full log. Which log do you want? The log for building the application on macOS?

Here you go. The log is so big that I can not put the log directly in this comment. https://gist.github.com/ChihayaK/00010ce0529aeb16f64fdbbba8f6eb73 The application started around line 90.

> Hi how did you manage to run this on mac os with apple silicon in rosetta ? when i try to run this i always get an error related...

Sorry for the late reply, it seems that now I can not build the app using the latest develop branch because this error: `error: 'HAVE_UTIMENSAT_RUNTIME' undeclared (first use in this...

> Rosetta is not needed anymore on latest `buildozer` and `python-for-android`. Can you try to update `buildozer` + `python-for-android` (via the `buildozer.spec`) and use `ndk=25` ? > > (You'll need...

> That looks like a network error. `buildozer distclean` may help here. I tried the `buildozer distclean` and it still stuck at the same place. I believe this is not...

``` (kivy-test) ➜ kivy-test buildozer android debug # Check configuration tokens # Ensure build layout # Check configuration tokens # Read available permissions from api-versions.xml # Preparing build # Check...

So it gives me this error: `/Users/username/.local/share/virtualenvs/kivy-test-ry7Rc_ms/bin/python: Error while finding module specification for 'pythonforandroid.toolchain' (ModuleNotFoundError: No module named 'pythonforandroid') ` And looking though the logs I dont think it starts...