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

Android support #1

Open
UnknownJoe796 opened this issue Sep 3, 2019 · 0 comments
Open

Android support #1

UnknownJoe796 opened this issue Sep 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@UnknownJoe796
Copy link
Owner

Some specifications:

  • Should be in the package com.ivieleague.kbuild.android
  • Should be called AndroidModule
  • Should have functions for:
    • Handling resources, probably called prepareResources(), intended to be used before editing
    • Building
    • Creating/Signing an APK
  • Should be fully compatible with HasMavenInformation

Possibilities for Implementation:

  • Don't use the Android build library; use the binaries directly as specified here
  • Do use the Android build library found at 'com.android.tools.build:builder:2.0.0-alpha3'.

Things you can reference:

@UnknownJoe796 UnknownJoe796 added the enhancement New feature or request label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant