1,417,904 questions
0
votes
1
answer
22
views
Dependency 'androidx.core:core:1.16.0' requires Android Gradle plugin 8.6.0 or higher
Building Android in android studio, build fail message:
Dependency 'androidx.core:core:1.16.0' requires Android Gradle plugin 8.6.0 or higher.
Dependency 'androidx.core:core-ktx:1.16.0' requires ...
0
votes
0
answers
26
views
React Native (Expo) KeyboardAvoidingView creates permanent space at the bottom after keyboard hides (Android)
I’m building a login screen in Expo (React Native) with a couple of input fields and a button at the bottom.
Everything looks great before interacting with the keyboard.
But after:
Tapping into a ...
2
votes
1
answer
37
views
Could not resolve androidx.activity:activity:1.2.3
I am upgrading my java android project to match the new minimum APK 35 and billing 7.0.0, I am almost done, there is just the billing I can't get to work, my build works fine with 'com.android....
1
vote
0
answers
58
views
Did Android Gradle Plugin 8.12.0 deprecated compileSdk?
Recently I updated my Android Gradle Plugin to version 8.12.0 the upgrade was smooth and effortless all the project got upgraded to new Agp version no errors all good.
My project level Build.gradle ...
1
vote
0
answers
34
views
There is an error inside the Branch SDK which freezes the game [closed]
I am working on a Unity project for android, and while testing it on my android device I came across this error which froz the game:
AndroidJavaException: java.lang.ClassNotFoundException:
io.branch....
0
votes
0
answers
37
views
How to hide App bar (ActionBar) in .NET9 "Android Application"?
I have create "Android Application" project, .NET 9 (Visual Studio 2022 - see screen).
How to hide App bar (ActionBar) in .NET9 "Android Application"?
In previous my Xamarin ...
1
vote
1
answer
31
views
React Native image not updating properly
I'm building a React Native app (using Expo) where I display user-selected images using the default Image component.
Problem:
The image component still seems to use a cached version and does not ...
0
votes
0
answers
54
views
Stunnel and the Android CAStore (Openssl 3.3.1)
I have build stunnel with a few changes to run in a QThread (qtcreator Qt 6.9.1) for Android.
My Qt App starts stunnel at the start of execution and stops it when my Qt application exits.
This all ...
3
votes
0
answers
39
views
Intercept API 35+ system undo and redo
My editing app handles undo and redo by itself. Having the system handle it on top is just weird: the system undo is perceived as a text change and the user can then undo the system's undoes & ...
-2
votes
0
answers
35
views
MaterialAlertDialog max height to 90% of screen
I want to set MaterialAlertDialog max height to 90% of the screen so it can be dynamically change up to 90% of the screen
If i use AlertDialog.Builder->works fine
If i use ...
0
votes
0
answers
41
views
Is this the correct way to connect to an AIDL service?
I'm trying to connect to an AIDL service for the first time, and I'm afraid that I might be doing something wrong, even though, on the surface level, everything seems to be working fine. Am I doing ...
-2
votes
0
answers
28
views
403 from https://pdftron-maven.s3.amazonaws.com during Android build [closed]
Android Gradle Plugin: 8.8.2
Gradle: 8.10.2
React Native: 0.79.5 (Expo SDK 53)
> Configure project :react-native-reanimated
FAILURE: Build failed with an exception.
* What went wrong:
Could not ...
2
votes
0
answers
38
views
Using CommunityToolkit.Camera, how can I save picture in a particular folder?
I'm using VS2022 and SQLite to develop an app to take pictures of employees. I'm using CommunityToolkit.Camera. I tried an example on YouTube, It functions very well, but I don't know how to get the ...
-2
votes
0
answers
26
views
Kotlin Bluetooth connection - no up to date tutorial [closed]
I’ve tried working through the current tutorial for Bluetooth Classic integration. The problem is that nothing works. Some of the methods listed are marked as “deprecated,” then it seems that code is ...
0
votes
0
answers
32
views
React Native (Android) app is crashing after updating to API level 35
I have recently updated my android to API level 35 from 34. It is running fine on emulator with API_35 but it is crashing on 34 and lower version (emulator and physical device both). It is not ...