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

Build project without Android SDK and AGP? #3

Open
axelkar opened this issue Jun 29, 2024 · 2 comments
Open

Build project without Android SDK and AGP? #3

axelkar opened this issue Jun 29, 2024 · 2 comments

Comments

@axelkar
Copy link

axelkar commented Jun 29, 2024

Could you just use raw javac, d8 and aapt2 with some open-source Android SDK alternative like the Debian Android SDK:
https://tracker.debian.org/pkg/android-sdk-meta

@SyedAhkam
Copy link
Owner

I'm not too sure I follow, Are you referring to the idea of removing the need of a build system (gradle here) for building apps from android-cli?

I'm open to this idea however for an experimental version of android-cli first. Although my expertise with java build systems is limited so I'd appreciate if you could lend me a helping hand?

@axelkar
Copy link
Author

axelkar commented Jun 29, 2024

Are you referring to the idea of removing the need of a build system (gradle here) for building apps from android-cli?

Yes. I'm have two closely related ideas

  1. moving the build system to android-cli
  2. using an open-source Android SDK alternative as the .jar file for development
    (I'm not sure if the SDK is included in APKs, if so, also include the jarfile there)

I'd appreciate if you could lend me a helping hand

I'm open to help!

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