2016-08-17 10 views
1

私はhttps://kivy.org/docs/guide/packaging-android-vm.htmlの指示に従ってkivyアンドロイドアプリケーションを作成しようとしています。私はKivy Buildozer VMをインストールし、Readmeファイルの指示に従っていました。 buildozer initコマンドを使用してbuildozer.specファイルを作成したが、buildozer android debug次の出力コマンドが失敗しました:./distribute.sh -m "kivy" -d

(cd /media/sf_virtual_box/organizer/2nd_vid_tute/step07_padding/.buildozer/android/platform/python-for-android/build/python-install/bin; ln python2.7 python) 
    ln: failed to create hard link ‘python’ => ‘python2.7’: Operation not permitted 
    make: *** [bininstall] Error 1 
    Leaving ARM environment 
    cp: cannot stat ‘build/lib.*-2.7/_ctypes*.so’: No such file or directory 
    # Command failed: ./distribute.sh -m "kivy" -d "myapp1" 
    # 
    # 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 

私はこれをどのように修正することができますして失敗していますか?

答えて

0

これは、仮想マシン上のkivyプロジェクトがホストマシンとの共有フォルダにある場合に発生します。 (私の場合、ホストはWindowsです)

この場合、kivyプロジェクトフォルダを/ home /にコピーして、これが共有されていないことを確認してください。 権限が777に設定されていることを確認してください。

関連する問題