-
Notifications
You must be signed in to change notification settings - Fork 507
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
Buildozer not finding aidl #413
Comments
Check that aidl can be executedSearch for AidlRun '/home/ranjian0/sdk/android-sdk-linux/build-tools/25.0.0/aidl'Cwd NoneAidl cannot be executedTraceback (most recent call last): Is this a bug or something? I have spent that whole day trying to find a solution for this. None so far. Someone help!!!! |
Work around! ;) Assuming you are using Ubuntu(15.10)
|
My previous comment doesn't solve the problem at the end. But running |
The issue about maxint has been fixed. |
But I still have the same problem |
I have this problem also |
@alej0varas is there something to change for 16.04? |
I still have this problem on 16.04 Check that aidl can be executed So i created build-tools/0/ and copied in aidl the message now says: Check that aidl can be executed |
I didn't have "build-tools" folder, running |
Perfecto! |
In the buildozer.spec file you can set "android.skip_update = False". Then it finds aidl and you can move on to the next error ;-0 |
Make sure these are installed first by typing these commands in terminal: then lastly |
@tabete1st What does |
That is for accepting the sdk licence, sometimes it doesn't give you the (Y/n) options to accept the license at log level 1 . The switch is an optional step if |
|
How about we do it this way, someone should use or who uses a virtual environment should upload the directory to his or her kivy convertertion project so others can also use that same VM.........what do you guys think |
I'm trying to package an app to apk but when I run the buildozer (buildozer android debug) it fails as it's not finding the Aidl, I installed the aidl package (apt install aidl) but it still doesn't find it, I tried updating everything, used the right version for Cpython, and still nothing, any thoughts?
The text was updated successfully, but these errors were encountered: