Add support for Android projects in Gradle
See original GitHub issueI set up the Gradle plugin and did a ./gradlew bloopInstall -Si
and was told
Ignoring 'bloopInstall' on non-Scala and non-Java project 'RadiusMessage'
I looked at the build.gradle for my app, and it is indeed an Android project as opposed to a Java project. How difficult would it be to add minimal Android support in order to allow compilation of Java code?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Configure your build - Android Developers
Android Studio uses Gradle, an advanced build toolkit, to automate and manage the build process while letting you define flexible, custom build configurations....
Read more >Building a Gradle plugin to support your Android SDK
Using a Gradle plugin to initialise your Android SDK in user's app. This plugin will parse your configuration file and inject them as...
Read more >Setting up Android Studio projects with Gradle - IBM
Depending on whether you are installing aar files from a local copy or accessing them remotely, add the following lines to your app\build.gradle...
Read more >Sharing Gradle Configuration in Multi-Module Android Projects
You can add the contents of another Gradle file into your current one by using “apply from: ” and specifying the file whose...
Read more >Chapter 1. Gradle for Android Basics
Gradle is a state-of-the-art API that easily supports customizations and is widely used in the Java world. The Android plug-in for Gradle adds...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This can probably be closed because of #1464
I’ve never worked on a codebase this large before, and I’ve never worked in Scala either, but this has certainly piqued my interest. I’ll let you know what I find. 🙂