Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
21 views

Put android lib .jar online (Github)

I have several .jar libraries in my project. I do not have access to the source code, only the .jar. I would like to make the implementation of these files available via github. At the moment: ...
Joao Victor Simonassi Farias's user avatar
0 votes
1 answer
43 views

How to add a maven dependency in gradle 8.x

My react-native android project is running on Gradle v8.3. I have files like settings.gradle and build.gradle in my android project. The problem I'm having is when I try to implement PendoSDK for ...
Chaudhry Talha's user avatar
0 votes
0 answers
153 views

There are new SDK issues com.google.android.play:core:1.9.1

I get the following message after submitting my app to the play store: com.google.android.play:core:1.9.1 Google Play Core (com.google.android.play:core) has added this note for SDK version 1.9.1: ...
GImbal's user avatar
  • 11
0 votes
0 answers
27 views

Can't find androidx.appcompat

I want to start android development. As Android Studio is hungry for memory, I don't want to use Android Studio. I built a maven project and tried to add androidx library to my project. I spent the ...
Ferdous Hasan's user avatar
0 votes
0 answers
18 views

Avoid Kotlin Annotation Class from Obfuscating in Proguard Rules

I have a Kotlin annotation class as below - import androidx.annotation.StringDef const val GRANT_TYPE_REFRESH_TOKEN = "refresh_token" const val GRANT_TYPE_ACCESS_TOKEN = "access_token&...
Orton's user avatar
  • 161
0 votes
0 answers
27 views

React Native Gradle fails to resolve local maven-repo

I am trying to build a React Native Package which uses an .aar file for the Android. The .aar file is for internal usage only, thus not shared on a public maven repo. I've created the maven repo ...
Tom's user avatar
  • 1
0 votes
1 answer
28 views

Unresolved reference while publishing library to maven local

I am publishing a android library to maven local but some code (specially DSL and extension functions cannot be resolved) Please find below my configurations : library/buid.gradle.kts: plugins { ...
suns9's user avatar
  • 905
0 votes
0 answers
20 views

Generate a zip file for Maven using the Maven plugin for Gradle

I'm using the Maven plugin for gradle to publish to Sonatype's Maven repository. In the past I just used one of the gradle tasks to publish my artifacts. But Sonatype changed their system earlier this ...
Johann's user avatar
  • 29.3k
-2 votes
1 answer
46 views

Gradle build failing to get dependency from Bitbucket maven repository from branches other than master

So, I have created a custom maven repo on BitBucket. These are the steps I followed: First I created the aar of library ./gradlew :designsystem:assemble Then I published to local repo afterEvaluate { ...
imn's user avatar
  • 840
0 votes
0 answers
25 views

Maven Publish Error in Gitlab CI - Task Dependency Issue

I'm trying to publish with maven-publish my library with Gitlab CI but I'm getting: Reason: Task ':core:common:publishMyPublishPublicationToMavenLocalRepository' uses this output of task ':core:common:...
falsetto's user avatar
  • 789
1 vote
0 answers
291 views

Zscaler certificate error in Android Emulator

We are unable to download some plugins (maven, gradle etc) for android studio. Also We are unable to access internet inside android app in an emulator even after Zscaler is installed CA certificate. ...
Sheetal's user avatar
  • 11
0 votes
0 answers
21 views

How to access and browse libraries in the Google Maven repository?

I encountered a problem when trying to access the Google Maven repository. Specifically, I received a 404 error when attempting to visit the URL https://maven.google.com/. I'm unsure if the repository ...
Kevin's user avatar
  • 169
0 votes
0 answers
38 views

Could not find error_prone_annotations-2.11.0.jar

I am working on KMM (Kotlin Multiplatform for Mobile) and while upgrading android and common dependencies (kotlin: 1.9.20, Gradle Plugin: 8.1.0), I have encountered a weird issue. Task failed with an ...
Praveen Gupta's user avatar
0 votes
0 answers
63 views

How to setup Android Studio for Nexus proxy

At our company we have Nexus proxy but we can't get it to work. We use Maven and as I look at the documentation in Android Studio we need two repositories for this to work (Maven Central and Google ...
Herman Van Der Blom's user avatar
0 votes
0 answers
24 views

Project Sync fails in Android Studio in plugins.gradle.com, Maven Central and dl.google.com

I installed Android Studio in 2 different machines at work, and when the project syncs it fails on all of the packages it tries to download either it is from plugins.gradle.com, Maven Central or dl....
Yiftach Cohen's user avatar

15 30 50 per page
1
2 3 4 5
158