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.

Java Android Library Support

See original GitHub issue

Binary compatibility plugin configures necessary tasks like ‘apiDump’ and ‘apiCheck’ only if kotlin, kotlin-android or kotlin-multiplatform plugins are applied as can be seen here

Although it can be used for Java libraries, due to missing the plugins listed above, necessary tasks are not created.

Java Android libraries can be supported if the tasks are also created for projects where com.android.library plugin is applied.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
qwwdfsadcommented, Oct 26, 2022

No need to hurry, bugs happen. I’ve rather posted it here so it’s easier to catch the fix when somebody is ready to work on it

1reaction
qwwdfsadcommented, Aug 31, 2022

Good point.

I’m not sure how hard it would be to add it and if there are any caveats that may prevent us from implementing it though. I’m ready to properly review and evaluate a contribution (or a PoC) for this functionality

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support Library
This document provides an overview of the support library to help you understand its components and how to use it effectively in your...
Read more >
Support Library Setup
How to set up your app to use the Android Support Libraries. ... The AndroidX library contains the existing support library and also...
Read more >
Create an Android library
Click File > New > New Module. In the Create New Module window that appears, click Android Library, then click Next. There's also...
Read more >
Support Library Packages
The Android Support Library contains several library packages that can be included in your application. Each of these libraries supports a specific range...
Read more >
Implementing Java SDK Library
The Android platform contains a large number of shared Java libraries that can optionally be included in the classpath of apps with the...
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