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

[Support] specify our own Android SDK directory to buildozer #1829

Open
a-sajjad72 opened this issue Jun 9, 2024 · 3 comments
Open

[Support] specify our own Android SDK directory to buildozer #1829

a-sajjad72 opened this issue Jun 9, 2024 · 3 comments

Comments

@a-sajjad72
Copy link

Versions

  • Python:3.11.9
  • OS: Ubuntu 24.04 LTS
  • Buildozer: 1.5.0

Description

As we know on the run of very first project after installing buildozer, it downloads the Android SDK in it's directory ~/.buildozer/android/platform/android-sdk. Is there any option available which we can specify the path of our existing Android SDK.
This is because I had already setup my Flutter and installed Android SDK. I don't want to duplicate the same things which I already had on my PC.

@T-Dynamos
Copy link

Make symbolic links?

@a-sajjad72
Copy link
Author

Make symbolic links?

can you show me how to do that?

@T-Dynamos
Copy link

mkdir -p ~/.buildozer/android/platform/
ln -s <flutter ndk 25 path> ~/.buildozer/android/platform/android-ndk-r25b/
ln -s <flutter android sdk path> ~/.buildozer/android/platform/android-sdk/

@a-sajjad72 a-sajjad72 changed the title [Support] specify our own Android SDK directory to buildzoer [Support] specify our own Android SDK directory to buildozer Jun 18, 2024
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

2 participants