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

All Questions

Tagged with
0 votes
1 answer
19 views

Using the GitHub Repository as a Gradle Dependency in Android project

I have forked a project from github, modified it and now I want to use my modified version as dependency in my project. Like this: implementation("com.github.my_user_name:library_name:master-...
code_dude's user avatar
  • 1,061
0 votes
0 answers
20 views

Android - migration to Kotlin 2.0 causes errors

My Android App was working fine until I started migrating to Kotlin 2.0. All I changed in the build gradle was: changing these two lines id("org.jetbrains.kotlin.android") version "1.9....
Tobias Reich's user avatar
  • 5,122
0 votes
0 answers
14 views

Error "Caused by: org.gradle.api.UnknownDomainObjectException: SourceSet with name 'commonTest' not found." while trying to register a gradle task

I have the following issue with Android Studio in my Kotlin Multiplatform Project. I want to add conformance tests to my project and for this i wanted to add a new source set and have all the test ...
Maverick1st's user avatar
  • 3,774
0 votes
0 answers
14 views

AAPT2 process unexpectedly exit. Error output: aapt2 W 07-25 11:01:48 4839 56976 LoadedArsc.cpp:657] Unknown chunk type '200'

Facing issue while upgrading targetSdkVersion from 33 to 34 Different Versions mentioned below: "react-native": "0.66.3" gradle-wrapper.properties : distributionUrl=https\://...
iBeginner's user avatar
  • 261
0 votes
0 answers
18 views

I initialized firebase for user auth and other functions in my flutter app and it's returning some errors I don't understand

This is the error being returned. I already initialized flutter clean and flutter run still returned same thing. I tried Flutter clean and flutter run, all went to no avail. FAILURE: Build failed with ...
shizzleclover's user avatar
0 votes
1 answer
14 views

Execution of Gradle Tasks and find out why are they executed

I'm currently doing a Udemy Course to learn Kotlin and I've a Question about Gradle and Tasks. I've tried HILT and had to add kapt to my Project (empty project with jetpack-compose). My app/build....
John Doe's user avatar
  • 135
0 votes
0 answers
20 views

AIDE project initialization shows up with errors

When I try to sync the project, I get: java.lang.IllegalArgumentException: Unsupported class file major version 65 Caused by: BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_'...
Dragonite Brian 1024's user avatar
0 votes
0 answers
22 views

Issues with Firebase Dependancies:

When updating a previously made app to capacitor 6.0, attempting to build in android studio leads to this error message: FirebaseInstallations.getInstance().getToken(false).addOnSuccessListener(...
EWake's user avatar
  • 1
0 votes
0 answers
7 views

Android. Gradle. Conflict of native SO libraries names on Windows

I have a huge odl Android project and now we need to update a version of some old legacy library. We are trying to keep 2 version of the same library. Now they are totally different inside. There are ...
Vetalll's user avatar
  • 3,634
0 votes
0 answers
14 views

Android Cucumber tests are not invoked

I have written BDD tests for Android with Cucumber and Gherkin but when I run the test Class "CucumberTestRunner", it shows that tests 0/0 are done, i.e., it doesn't see the tests I have ...
Ali Has's user avatar
  • 670
0 votes
0 answers
22 views

flutter build apk: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0

`When I run flutter build apk first time after cleaning project there are warnings in output. Second time there are no warnings e: C:/Users/izgrablic/.gradle/caches/8.9/transforms/...
izidoraz's user avatar
0 votes
0 answers
14 views

Error integrating google_maps_flutter and location packages in Flutter Kotlin Version Mismatch with Flutter SDK Versions

Description: I'm facing an issue with Kotlin version mismatching the SDK versions in my Flutter project. Despite trying different versions of Kotlin and the Android Gradle plugin, I’m encountering ...
Sethu's user avatar
  • 1
0 votes
0 answers
48 views

Error "APKs or Android App Bundles in this track must require the following features:android.hardware.type.automotive"

I am trying to add Automotive features to my app. I added a module with <uses-feature android:name="android.hardware.type.automotive" android:required="true" /> ...
michaelsmith's user avatar
  • 1,045
0 votes
1 answer
40 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
2 answers
36 views

Could not resolve com.android.tools.build:gradle:7.4.2 convention module

I'm trying to write gradle plugin in my android project. I have a build-logic module which contains convenion module. I wrote a small plugin JvmLibraryPlugin and registered it in the convention module ...
TOvchinnikova's user avatar

15 30 50 per page
1
2 3 4 5
1450