I have a problem with logs displayed in Splunk. Every exception element stack trace being splitted into separated log. Unfortunately I don't have access to Splu
I'm new to Android development with Java. I made an app that allows you to log in with Google and Facebook. Everything worked fine until about three days ago wh
I have updated my Android Studio to the Artic Fox Version. After that neither the projects with old Gradle versions running nor the new projects with latest Gra
spring-boot > 2.3.1 will grab groovy-bom from codehaus instead of org.apache.groovy packaging, even if you declare org.apache.groovy dependendices I found th
I'm learning modularity and in one of my modules androidx.room.* is not recognised. Downgrading Room version helps only with @Database annotation. Also, module
IDE: Android Studio Bumblebee 2021.1.1 I see a lot of dependencies in my project (project structure -> dependencies -> all modules) which are not added vi
I tried manually adding the "aws-java-sdk-1.12.199.jar" to the library and added the line "implementation files('libs\aws-java-sdk-1.12.199.jar')" into the grad
I am trying to build my spring boot project with this command: ./gradlew build But it continuously throws this error: 'Execution failed for task ':compileJava'
I've recently upgraded my springboot dependencies from version 2.5.4 to 2.6.7 here my gradle file v2.5.4 plugins { id 'org.springframework.boot' version '2.5.4
I don't understand, while learning through a codelab in android they want me to add the following dependencies to the android build.gradle implementation "andro
Getting the following error when building my project in Android Studio: [CXX1300] CMake '3.10.2' was not found in SDK, PATH, or by cmake.dir property. My Gradl
I was working on a small flutter project suddenly I couldn't run the app to any android mobile. (on Web it's running Perfectly). It Shows this Error: Could
I am working on Intellij 2019.2.4 with Java 11.0.13 JDK and gradle 7.3.3 in settings. Gradle-wrapper.properties file has - distributionUrl=https://services.grad
When I start a basic androidTest my app crashes: @Test fun myTest() { val scenario = ActivityScenario.launch(MainActivity::class.java) // ... } This is
Good day, I have a cordova mobile project, and I using "cordova platform add android" command to add my android platform. In my config.xml, I set the minSdkVers
I have tried these two libraries in order to make Image Zoomable, but I'm facing the same problem. This is the error message Failed to resolve: com.github.Mike
I've one gradle spring boot project. Even if i'd to put one log at some place. It requires re-run of the application. Is there anyway to add these type of chang
Since I upgraded my project to Android Gradle Plugin 7.1.3, I can't build it anymore. Error : Plugin [id: 'com.android.application', version:
I am trying to implement s3 using localstack using aws sdk 2 Caused by: java.lang.ClassNotFoundException: com.amazonaws.auth.AWSCredentials Gradle implement
To solve my problem here: Applying JaCoCo to all Android Studio gradle modules, I applied the solution here. This works fine so far for modules with plugins {