Skip to main content

All Questions

Tagged with
0 votes
0 answers
118 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
25 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
20 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.2k
-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
276 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
19 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
60 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
22 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
0 votes
0 answers
68 views

How to use shadowJar to publish a multi-module Android library to Maven as one repository?

I'm working on an Android library which has many modules and once core module that gets published to Maven. The problem is that the core module still depends on the submodules after it's published, ...
Adrian Czuczka's user avatar
1 vote
1 answer
198 views

Publish .aar to Jitpack using Kotlin Gradle without sources.jar

I am trying to publish Adnroid library .aar to Jipack using maven-publish without sources.jar from kotlin gradle kts. AGP: 8.2.2 Kotlin: 1.9.22 Gradle: 8.2 Java: 17 Android Studio: Hedgehog Below is ...
Amir Raza's user avatar
  • 2,760

15 30 50 per page
1
2 3 4 5
158