我正在尝试使用通过Conda(4.16.14)安装的Kivy(1.10.1)从Ubuntu(18.4)构建一个Android应用程序。该应用程序运行良好,但是在构建时运行
data-item-
总是抛出相同的错误:
addToCart({
name: 'Bracelet 1',
customField1: 'JSON HERE'
})
我已经安装:buildozer android debug deploy run
,[INFO]: ...
[INFO]: -> running autoreconf -vif
working: autoreconf: /home/myuser/miniconda2/envs/kiv/biException in thread background thread for pid 5273:
Traceback (most recent call last):
File "/usr/lib/myuser/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/myuser/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/myuser/.local/lib/python2.7/site-packages/sh.py", line 1540, in wrap
fn(*args, **kwargs)
File "/home/myuser/.local/lib/python2.7/site-packages/sh.py", line 2459, in background_thread
handle_exit_code(exit_code)
File "/home/myuser/.local/lib/python2.7/site-packages/sh.py", line 2157, in fn
return self.command.handle_command_exit_code(exit_code)
File "/home/myuser/.local/lib/python2.7/site-packages/sh.py", line 815, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /home/myuser/miniconda2/envs/kiv/bin/autoreconf -vif
STDOUT:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /home/myuser/miniconda2/envs/kiv/bin/autoconf --force
configure.ac:41: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /home/myuser/miniconda2/envs/kiv/bin/autoconf failed with exit status: 1
,pkg-config
,libtoolize
...我尝试了很多解决此问题的方法,包括重新安装/重新链接并执行此操作一遍又一遍。说明-除其他事项外-我遵循了:
configure.ac:23: error
Autoconf, Libtool, and an undefined AC_PROG_LIBTOOL
有人可以帮我吗?