Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I found the origin of the problem mentioned in issue #694 (Aidl not found) #824

Closed
climb65 opened this issue Feb 10, 2019 · 8 comments · Fixed by #855
Closed

I found the origin of the problem mentioned in issue #694 (Aidl not found) #824

climb65 opened this issue Feb 10, 2019 · 8 comments · Fixed by #855

Comments

@climb65
Copy link

climb65 commented Feb 10, 2019

Hi guys,
I found the origin of the problem mentioned in #694

Note : it is about the aidl problem and the lack of the build-tools directory in ~/.buildozer/android/platform/android-sdk/

On a fresh Ubuntu 18 system, when running this command :

buildozer android debug deploy run

The process stopped with this :
Aidl not found, please install it.

Actually, we need to accept the sdk license. But, by running buildozer in log_level 1 we have no chance to see this license request.
We need to set log_level at 2, then run the command again. The script will pause with messages (thanks to log_level 2). We need to hit the 'y' key and 'Enter'. Then everything will go smoothly!

Richard

@darosior
Copy link

Thank you !

AndreMiras added a commit to AndreMiras/buildozer that referenced this issue Mar 12, 2019
Helps with troubleshooting and error reporting.
Also closes kivy#824
@tito tito closed this as completed in #855 Mar 12, 2019
@fedus
Copy link

fedus commented Mar 30, 2019

For me, even with loglevel 2 the script does not pause to wait for user input and everything is declined.

@rwinterberg
Copy link

I saw the y/n prompt come by, but I got confused and broke off the build. After that, I found this thread, but now I cannot get the y/n prompt to accept the license back again.
No matter if I do a clean build, manually delete the SDK, I get the 'AIDL not found' message.

Any idea how to re-invoke the SDK license prompt?

@ADR-007-SoftServe
Copy link

I just typed y even ther no any message

buildozer android update -v2
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Install platform
# Apache ANT found at /home/kivy/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/kivy/.buildozer/android/platform/android-sdk
# Android NDK found at /home/kivy/.buildozer/android/platform/android-ndk-r17c
# Installing/updating SDK platform tools if necessary
y
# Updating SDK build tools if necessary
y
# Downloading platform api target if necessary
# Android packages installation done.
# Check application requirements
# Check garden requirements
# Compile platform

@stmikeal
Copy link

Thanks a lot!

@venomega
Copy link

I just typed y even ther no any message

buildozer android update -v2
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Install platform
# Apache ANT found at /home/kivy/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/kivy/.buildozer/android/platform/android-sdk
# Android NDK found at /home/kivy/.buildozer/android/platform/android-ndk-r17c
# Installing/updating SDK platform tools if necessary
y
# Updating SDK build tools if necessary
y
# Downloading platform api target if necessary
# Android packages installation done.
# Check application requirements
# Check garden requirements
# Compile platform

this not work for me, any other ideas?

@theo2bel
Copy link

theo2bel commented Apr 4, 2022

did you finally succeed ? I still have the problem

@stmikeal
Copy link

stmikeal commented Apr 7, 2022

check this link, mb it'll help you
#1303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants