SyedAhkam / android-cli

Take control of your Android projects with a user-friendly command line interface.
http://android-cli.syed.world/
MIT License
11 stars 2 forks source link

Build project without Android SDK and AGP? #3

Open axelkar opened 3 days ago

axelkar commented 3 days ago

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 commented 3 days ago

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 commented 3 days ago

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!