1,415,849 questions
0
votes
0
answers
7
views
The Flutter project has been experiencing Android errors at some point
I'm working on a flutter project, and at some point, the above Android SDK problem has been occurring.
I can't see the path of the SDK even though I have configured it.
Also, among the team members ...
0
votes
0
answers
5
views
Execution failed for task ':persiandatepicker:compileDebugLibraryResources'
I'm trying to run my program in android studio but android studio get error recently like this:
I have tried new version of android studio but it doesn't change.
my program works as well before also i ...
0
votes
1
answer
39
views
Error using Material 3 TextField: "None of the following candidates is applicable"
I am making a small program to control some remote devices and I want to take data from a time picker and show it in a text field.
However, Android Studio marks my TextField with this error:
None of ...
0
votes
1
answer
33
views
"Class 'kotlin.Unit' was compiled with an incompatible version" after adding a java class
I use Android Studio 2024.1.2, java 1.8, kotlin 1.9.0, as written in the Studio settings windows.
There is a kotlin project that has been successfully compiled until today, when I decided to add FCM ...
1
vote
0
answers
38
views
Exoplayer related Composable makes an app not responsive
I have a custom PlayerComponent based ExoPlayer. It makes the whole application not responsive when it is playing. I thought that the issue is about too frequent position state updates, but when I ...
-2
votes
0
answers
56
views
Does not support 16 KB [closed]
screenshot of Android Studio showing 16 KB alignment
Does not support 16 KB
Uncompressed native libraries are not zip aligned for 16 KB within your app.
Android studio App Analyze already show all ....
0
votes
0
answers
31
views
What is the new way to have convention plugin for common extension in a jetpack compose project?
I have used the Convention plugin for **`ApplicationExtension`** and **`LibraryExtension`**, but the new version of **Android Gradle Plugin(AGP)** seems to be unable to support some extensions like ...
0
votes
0
answers
22
views
Sharing a singleton Native Instance (Privy) across Flutter and Kotlin with method channels
I’m currently integrating the Privy SDK into a Flutter project and I've run into an architectural challenge regarding the SDK's "Single Instance" requirement.
The problem is that Privy must ...
0
votes
0
answers
51
views
How to show a model3D pose in a sceneview in Android studio
I successfully exported my 3D model from Blender (a .glb file) and opened it in a T-pose within a scene view in Android Studio. Framing and rotation are fine.
However, when I try to load a pose, the ...
0
votes
0
answers
30
views
Change Composable TimeInput text field border color
I’m using the Material 3 TimeInput composable in Jetpack Compose.
TimeInput(state = state, colors = TimePickerDefaults.colors(
selectorColor = OrlenTheme.colors.backgroundComponentSecondary,
...
0
votes
1
answer
28
views
Cannot run my first KMM project: > Could not isolate parameters error
I guess my question is repetitive, although I could not find it.
When I try to run my first Kotlin multiplatform, I get errors.
I first thought it is because of my poor internet connection and the ...
1
vote
1
answer
65
views
How to display FlutterMap inside custom shape image without black background?
I’m building a Flutter app where I want to show a FlutterMap inside a custom PNG shape (similar to a masked frame).
My goal:
Display FlutterMap only inside a custom shape image
Outside area should ...
0
votes
0
answers
54
views
Android 11 CannotOpen SQLite file after update command, until device is rebooted [closed]
I have an Android 11 based RFID handheld reader. For inventories I copy a SQLite file to the device in working directory of the internal storage folder using MTP from a Windows computer.
My ...
3
votes
2
answers
53
views
Apps from developer.android.com code paths fail to run with "Activity class not found" error
EDIT - I got this to work by deleting my existing Pixel 8 Pro emulator device and creating a new one. I have no idea why it wasn't working, but this fixed it. Thanks to tyg, Morrison Chang, and Sasi ...
0
votes
0
answers
41
views
Issues with font weight settings in Jetpack Compose when drawing text on Canvas
I am having some issues with the font weight settings in a Kotlin/Jetpack Compose setup.
In my app (simple photo editing), I want to be able to add a text to an image.
To position the text, I use a ...