我手机上的python解释器说Android模块中没有android的“属性”,我可以导入这个模块:
模块'android‘没有属性'Android()’
我很确定这应该是一堂课。我使用的是安卓10,我有一个a71三星。
人们告诉我要使用雄激素助手,但我不能进口它。
我做了以下工作:
import android,time
droid = android.Android()
...发布于 2021-01-20 10:22:53
试一试
import androidhelper
droid = androidhelper.Android()或
import androidhelper as android
droid=android.Android()https://stackoverflow.com/questions/65807468
复制相似问题