Skip to main content
0 votes
0 answers
197 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
18 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,871
0 votes
0 answers
26 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
95 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
293 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,572
0 votes
0 answers
47 views

After executing npm run action client/src/cordova/build android command, every process works fine for building the app, but at the end, there is an error: ERROR(spawn_stream): node --trace-uncaught /...
lachin's user avatar
  • 31
0 votes
1 answer
142 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
41 views

Actually in my flutter project I am getting this error with problem of finding root of 'flutter_image_compress' and plugin id 'com.android.library' is missing and also problem with apply script method....
Kanhaiya Phuke's user avatar
0 votes
0 answers
233 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
144 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
127 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
  • 608
1 vote
0 answers
213 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
313 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,297
1 vote
0 answers
70 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,532
1 vote
0 answers
46 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