question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for Android projects in Gradle

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Arthurm1commented, Jul 23, 2021

This can probably be closed because of #1464

1reaction
Elephant454commented, Mar 17, 2020

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. 🙂

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found