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

Need to be able to specify the NDK API target #758

Closed
brentpicasso opened this issue Dec 1, 2018 · 0 comments
Closed

Need to be able to specify the NDK API target #758

brentpicasso opened this issue Dec 1, 2018 · 0 comments

Comments

@brentpicasso
Copy link
Contributor

brentpicasso commented Dec 1, 2018

With Google Play target API level changing, it's impossible to have buildozer create an android apk that allows minimum api of 19.

Need the ability to specify the android NDK api and pass that to p4a, so this type of buildozer configuration can be supported:

# (int) Android API to use
android.api = 27

# (int) Minimum API required
android.minapi = 19

# (int) Android SDK version to use
android.sdk = 23

# (str) Android NDK version to use
android.ndk = 17c

# (int) Android NDK API to use (optional)
android.ndk.api = 19

brentpicasso added a commit to autosportlabs/buildozer that referenced this issue Dec 1, 2018
inclement added a commit that referenced this issue Dec 1, 2018
allow specifying of Android NDK API. Resolves #758
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

No branches or pull requests

1 participant