You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Ubuntu 14.04. I've tried running with sudo, installing buildozer stable version of build via pip, as well as the development version through github, all this without success.
It seems that the permission error is first encountered on line 83 of .buildozer/android/platform/android-sdk-20/tools/android:
The program 'java' can be found in the following packages:
* default-jre
* gcj-4.8-jre-headless
* openjdk-7-jre-headless
* gcj-4.6-jre-headless
* openjdk-6-jre-headless
Try: sudo apt-get install <selected package>
which is a different error, so I suppose that the java environment variable is not the same when it's run by buildozer or directly in the terminal. I still tried installing default-jre, but get the same error.
Do you have any idea what I should do?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
when running
buildozer android debug deploy run
I get the following error:I'm on Ubuntu 14.04. I've tried running with
sudo
, installing buildozer stable version of build via pip, as well as the development version through github, all this without success.It seems that the permission error is first encountered on line 83 of
.buildozer/android/platform/android-sdk-20/tools/android
:When running the corresponding command directly in the terminal, I get:
which is a different error, so I suppose that the java environment variable is not the same when it's run by buildozer or directly in the terminal. I still tried installing default-jre, but get the same error.
Do you have any idea what I should do?
Thanks!
The text was updated successfully, but these errors were encountered: