Skip to main content
0 votes
0 answers
170 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
17 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,851
0 votes
0 answers
22 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
93 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
273 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
44 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
135 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
37 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
42 views

I am developing an android sdk and using hilt inside my lib. Inside my lib, there is an activity and inside my activity, I manage lib related fragments internally. If I build my lib without proguard ...
Ali güvenç's user avatar
0 votes
0 answers
219 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
137 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
125 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
206 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
310 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
65 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

15 30 50 per page
1
2 3 4 5
127