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

All Questions

Tagged with
0 votes
0 answers
5 views

How can I determine if a Java/Kotiln/JVM (AWT / Compose multiplatform) application is running within a window manager on linux?

I am creating a desktop application using Compose multiplatform. More specifically, using the JetBrainsRuntime via the glue provided by jewel. I am looking for a way to determine if my application is ...
tealsnow's user avatar
  • 133
-2 votes
0 answers
18 views

Could not find gradle-8.3.1.jar (com.android.tools.build:gradle:8.3.1)

I want to create a new project I got this error: A problem occurred configuring root project 'My Application'. Could not resolve all files for configuration ':classpath'. Could not find gradle-8.3.1....
S.M_Emamian's user avatar
  • 17.3k
-2 votes
0 answers
25 views

Linking of multiple apps [closed]

If we create an flutter application (Android + iOS) using visual studio code "we have 3 applications named A, B & C. A is the main app and the other two apps (B & C) are separate apps. i ...
DDeveloperDeep's user avatar
0 votes
0 answers
19 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
42 views

Kotlin data structure for efficient lookup of nested data

I am currently working on an application that needs to create a mapping between document pdfs and corresponding JSON data files. The files are coming from a third party so I have no control over their ...
pbuchheit's user avatar
  • 1,663
0 votes
0 answers
51 views

Adding module-info.java to a Kotlin project causes build error

I was trying to make a JavaFX project with Kotlin, Gradle on IntelliJ IDEA. Using Java 17. At first, I didn't used module-info.java, and it worked well, but it warned me "WARNING: Unsupported ...
E221_'s user avatar
  • 3
0 votes
0 answers
16 views

Springboot + MCerror: No auto configuration classes found in META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

I’m trying to run Spring Boot inside a Minecraft plugin. When I use the main function in IntelliJ to get and print an entity, it works fine. However, when I start the application from the JAR file on ...
Max's user avatar
  • 11
0 votes
0 answers
20 views

Google Health Connect integration in Java project issues

I am trying to integrate Google Health Connect APIs into android native app written in Java in order to track step count however I am having issues. For some reason I am having hard time integrating ...
Otar's user avatar
  • 92
-3 votes
0 answers
26 views

White horizontal line appears on top from splash scene to main scene android [closed]

Added a picture a white horizontal line appears while transition between scenes This is a gaming app which is built using cocos 2dx v3 Tried to handle hide status bar method but it is not working . ...
user1837779's user avatar
0 votes
0 answers
45 views

Difficulties upgrading old project to Android 14

I am experiencing tremendous difficulties upgrading a project to Android 14. A little background into the project. The project currently cannot be upgraded past Java 15 , API Level 33 and Gradle 7.0.2 ...
Julian Silvestri's user avatar
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
31 views

How can I open another window from the same app in android?

I want to open another window from my own app when I start a new activity like Meta Messenger does when someone calls. I uploaded my screenshot. I tried this to open a new window like Messenger does ...
SK94's user avatar
  • 11
0 votes
0 answers
27 views

How to add INR currency Format with decimal places with max length 8 Digit and 2 decimal value

developers I'm developing Amount to Words convert with INR currency format with max length 8 and 2 decimal values I've achieved this in USA currency format but when I tried with INR it's not accepting ...
Mustafa Shaikh's user avatar
-2 votes
0 answers
22 views

How to set foreign key constraint order by JPA annotation? [closed]

I'm using JPA in a Spring-Boot application with JPA (jakarta.persistence Annotations). The creation of my DB schema (hbm2ddl=create) failed with an: ⚡ Foreign key constraint is incorrectly formed ...
Tobse's user avatar
  • 1,302
0 votes
0 answers
17 views

Send file to server Android 13+ kotlin [duplicate]

I'm trying to get a list of all the files on the device, then select one and send it to the server, but I'm getting an error after selecting a file override fun onResultSelectDocument() { isFile = ...
Степан Захаров's user avatar

15 30 50 per page
1
2 3 4 5
885