前提・実現したいこと
pythonでandroidでカメラアプリを製作したいです。
発生している問題・エラーメッセージ
checking build system type... x86_64-pc-linux-gnu checking host system type... arm-unknown-linux-androideabi checking target system type... arm-unknown-linux-androideabi checking for gsed... sed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip --strip-unneeded checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make -j12 sets $(MAKE)... yes checking whether make -j12 supports nested variables... yes checking for arm-linux-androideabi-gcc... /home/takumi/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC checking whether the C compiler works... no configure: error: in `/home/takumi/kivy/camera/.buildozer/android/platform/build/build/other_builds/libffi/armeabi-v7a__ndk_target_21/libffi': configure: error: C compiler cannot create executables See `config.log' for more details STDERR: # Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=takepic --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/takumi/kivy/camera/.buildozer/android/platform/build" --ndk-api=21 # # Buildozer failed to execute the last command # The error might be hidden in the log above this error # Please read the full log, and search for it before # raising an issue with buildozer itself. # In case of a bug report, please add a full log with log_level = 2
該当のソースコード
python
1@DESKTOP-I98S596:~/kivy/camera$ buildozer android debug deploy run
試したこと
buildozerを用いてapkファイルをビルドしようとしたところ上記の部分でビルドが停止してしまいました。
補足情報(FW/ツールのバージョンなど)
windows10上でubuntuを用いてbuildozerを動かしています。
androidアプリをpythonのkivyを用いて製作しようとしています。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/13 06:42
2021/10/13 08:11