我想像这样实现应用内计费:https://python-for-android.readthedocs.io/en/stable/old_toolchain/android/程序在最开始的时候崩溃-在代码的第一个字符串 from android.billing import BillingService 相应的logcat条目: ImportError: cannot import name 'BillingService' from 'android.billing' 此外,似乎buildozer忽略了--与--计费选项,当我在手册中运行它时: buildo
name "testapp" --version 0.1 --bootstrap=sd12 --requirements=python2,kivy File "/usr/local/bin/p4a", line 9, in <module>
load_entry_point('python-for-and
我的Cython项目有这个setup.py: from setuptools import setup name = 'phase-engine', ext_modules = cythonize(["phase_engine.pyx"] + ['music-synthesizer-for-android/src/' + p for p in [
'fm_
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
distribute.shHowever, python-for-android has been rewritten and no
longer supports the di