Skip to main content
0 votes
0 answers
51 views

I was playing around with building my own library to help with building new apps. It handles things like the scaffold, snackbars, navigation, as well as a few other common things I need when building ...
Neglected Sanity's user avatar
0 votes
1 answer
104 views

I'm working on a library that modifies the appearance of Views at runtime, "live". I need to insert some draw operations z-wise-between a View's background and its contents – i.e., right ...
zed-alpha's user avatar
  • 647
0 votes
0 answers
219 views

I recently upgraded my app to React Native 0.81.3 to comply with Google Play’s 16KB page size requirement (mandatory from Nov 2025). Android Gradle Plugin and Gradle → updated NDK → r28 (16KB ...
Pardeep Kohli's user avatar
0 votes
0 answers
23 views

For the sake of this question, imagine we have two independent libraries (A and B) where: Library A needs to call code that exists in Library B Library A cannot depend on Library B directly (I.E. ...
tomerpacific's user avatar
  • 6,881
0 votes
0 answers
37 views

I did have creates two library modules along with an app modules I push into Github. It was public repository, after creates a tag on that repo and configure the modules using jitpack. When I am using ...
Jithu Krishna's user avatar
0 votes
1 answer
107 views

We have an Android library that we obfuscate, we then have an application (un-obfuscated) that implements the library, which has Firebase Crashlytics implemented, is it possible to use the mapping ...
Rudolf's user avatar
  • 56
1 vote
1 answer
381 views

I have update gradle version in my library project from gradle 7 to gradle 8 and after publishing it, I'm not able to use it in my project that uses gradle 8 as well: Incompatible because this ...
Islam Assem's user avatar
  • 1,582
0 votes
1 answer
147 views

When creating and building an Android Library in Android Studio (gradle) from kotlin, the java auto generating tool puts dollars in classes and methods names. It's acceptable in Java but I have ...
Foxan's user avatar
  • 21
0 votes
0 answers
256 views

The latests gradle plugins and Android Studio versions recommend the use of aliases for plugins and dependencies. I created a library by doing: New Project then New Module (Android Library) So ...
Myoch's user avatar
  • 875
1 vote
1 answer
153 views

FCM version: 21.0.0 : I was using FirebaseInstanceId along with FirebaseOptionsBuilder to receive notifcation on SDK side of the project. Current docs say Apps still using deprecated Instance ID APIs ...
Preet Patel's user avatar
0 votes
1 answer
133 views

Hi I'm new to android developed, So please excuse any basic mistakes Developing a KMM project and need to include this as an external dependencies in another project So converted this KMM project a ...
PRATHIV's user avatar
  • 618
1 vote
0 answers
218 views

I'm trying to create my own custom library for Android to streamline the developing process of FTC Robots, I've tried creating a project in IntelliJ and use MavenCentral to publish it, tried ...
Santiago Quintana's user avatar
1 vote
1 answer
332 views

I'm trying to publish a multi-module library but I only want to publish only want one module as follows: -module main -module data -module domain Sample app should implement only main module (as this ...
Itoun's user avatar
  • 3,327
1 vote
0 answers
87 views

I have an Android app that uses a library and both have string resources with identical names (but with different values). Apps will override and use the app's version and ignore the library's version ...
rysv's user avatar
  • 3,530
1 vote
0 answers
51 views

I have a JAR library that retrieves random files from the JAR resources. When added as a dependency and ran within an Android App, the library fails to retrieve its resources (the resources are to be ...
Skepller's user avatar
  • 144

15 30 50 per page
1
2 3 4 5
127