Yuhui Su

Results 14 comments of Yuhui Su

This is just an experimental thought, and I also don't recommend repatch so file in mobile phone as well. :) But it at least told us which and where part...

for any one trying to solve this issue, this script might be helpful, you could save this shell script into your project as "postinstall.sh" ```shell # rust should be installed...

I am using macbook m2 and I am currently using python 3.8 Running ` conda install "cffi >= 1.15.1=*_3"` also works for me.

这个是当时代码里留的log,意思是没有通过反射的方式找到method,但是这个通过反射寻找method的过程会被多次尝试,因为不同版本的安卓系统里反射的相关代码不同,对于主流机器而言一般都能匹配到,如果感兴趣的话可看下代码,建议是不用太关心这个error。预计下个版本会修复这个问题。