-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Can't get off the ground #485
Comments
The error is suggesting that your SDK doesn't have any platform tools installed (you need these for a specific android version) - by default it tries to target version 15. You can check this by running the 'android' command from the SDK, which will give a gui from which you can install some tools. If you think you have some platform tools installed, maybe p4a is detecting it wrong and I'll reopen. |
Hi, |
You need the 'SDK Platform' from a specific api number. |
Note that an Android SDK can target multiple API versions, so it is talking about a missing API version instead of an SDK version. I fixed the problem by:
|
Requested API target 19 is not available, refs kivy#485
OK I managed to change buildozer.spec file. Problem seemed to go away, but now I get this:
i have run ~/.buildozer/android/platform/android-sdk-20/tools/android I made sure everything I could install from API15 is installed.(one package cant be installed. google intel api) i changed those lines in spec file:
i am still getting error above. Another bug?(shouldnt it complain about api19, which i also installed?) |
I've encounter the same problem,
I'm using new android sdk package, sdkmanager is suggested to be used,
solve this problem, here 27 specified my required version of Android SDK |
I'm trying to fix the APK build of pyjinus, but I'm failing to get p-for-a to work at all, following the instructions on http://python-for-android.readthedocs.org/en/latest/quickstart/#installation. Note in particular that setting the NDK version as documented is not effective.
@dessant? Help?
The text was updated successfully, but these errors were encountered: