android Questions
6
Solved
The scenario:
I am building an app that allows the user to sign in using their Google account, it's worth noting that this is done using Firebase authentication.
The problem:
The user signs in p...
Hannus asked 3/1, 2018 at 21:14
5
Execution failed for task ':app:checkClassicGooglePlayDebugDuplicateClasses'.
> Could not resolve all files for configuration ':app:classicGooglePlayDebugRuntimeClasspath'.
> Failed to trans...
Easterling asked 21/1, 2022 at 16:52
4
Solved
I need to show my bottomsheet first in collapsed state. And on swipping bottomsheet up, it should first fix in half height of screen first. Again on swipping up , it should expand to max height of ...
Hasa asked 12/10, 2022 at 11:56
2
Solved
Android Studio is giving a warning saying: "Kotlin version that is used for building with Gradle (1.3.10) differs from the one bundled into the IDE plugin (1.3.41)".
How can i change the Kotlin ve...
Bromal asked 26/7, 2019 at 23:30
3
Understanding how incredibly dangerous this question is, I'd like to know if it is possible to programmatically issue a factory reset, as available in Droid and G1. Does anyone know how this is imp...
Obligee asked 19/3, 2010 at 14:51
5
Solved
I keep getting an error when I tried to build my react-native app with npx expo run:android
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Co...
Vermouth asked 29/8, 2023 at 19:40
1
I've been researching for a while but I still have no clue about how to do it. What I know so far is that Typeface has a CustomFallbackBuilder on which you define the font families which you want t...
Scot asked 27/6, 2022 at 13:23
3
There's a setting in Android called "Show virtual keyboard", which in my phone is located in:
Settings > Languages & input > Physical keyboard. It controls whether to keep the v...
Bilabial asked 17/3, 2021 at 18:4
3
Solved
I am trying to take the camera preview and alter it in onPreviewFrame() and show it to the user. I have already achieved the required functionality but the problem is in SIZE OF CAMERA PREVIEW.It a...
Mangrum asked 15/6, 2013 at 10:18
5
I am trying to integrate CameraX inside my flutter project. I am doing so via platform channels. I don't want to integrate any third party lib.
Here is a screenshot of the camera only occupying one...
Astragal asked 31/1, 2023 at 10:5
3
Solved
I have an issue with Firebase Distribution configuration. Here's a part of my build.gradle in Kotlin DSL
flavorDimensions("dim")
productFlavors {
create("fl1") {
application...
Congius asked 26/6, 2020 at 9:51
3
Solved
At the start, sorry if this is the dumbest Question that you have seen. But I have trouble with the Android Google sign in. I has an application with Google sign in. that already in prod.
about 2-4...
Saxhorn asked 21/9 at 15:27
7
Today I was not able to compile my application. This is the error that I obtain if I try to Rebuild my project.
java.lang.NullPointerException: Cannot invoke "String.length()" because &qu...
Cristen asked 2/5 at 8:12
4
Solved
I tried everything and I am running out of ideas to have an Android simulator working on my mac.
I downloaded —again— Android studio from the official website https://developer.android.com/studio...
Smith asked 2/5, 2022 at 13:27
3
Solved
I'm using the flutter_downloader plugin to download files for my app users. On both Android and iOS, downloads sometimes fail with this error message: flutter: not found task corresponding to given...
Goiter asked 24/2, 2020 at 8:12
3
Solved
I have the following custom view:
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-...
Gladwin asked 8/1, 2020 at 13:55
2
Solved
I want install new device in my docker container.
I had dowload new sdk
./sdkmanager "system-images;android-23;google_apis;x86"
I had accept all licences
./sdkmanager --licenses
And now I ...
Heeled asked 6/11, 2018 at 7:27
14
I install new version of Android Studio"2.1.0.9". Now when sync gradle error message in this:
gradle failed resolve com.theartofdev.edmodo:android-image-cropper:+
I used any version of image cro...
Tautog asked 3/5, 2016 at 5:36
2
I know the flutter_local_notifications_plugin allows an app to display notifications.
I want to access the data of notifications that is received, regardless of whether the app is running in the f...
Spanish asked 23/7, 2019 at 6:31
3
Solved
I'm trying to using backticks ` in the definition of my instrumented tests. I don't understand why compiler complains about a strange error:
Caused by: com.android.tools.r8.internal.Jj: com.android...
Wallboard asked 27/2, 2023 at 9:36
3
I'm getting the following error:
Error:org.gradle.api.internal.changedetection.state.OutputFilesCollectionSnapshotter$OutputFilesSnapshot cannot be cast to org.gradle.api.internal.changedetection...
8
Solved
I am struggling to get my GIFs to animate on the Android version of my RN application. The iOS version is animating the looping GIFs as expected but I only see a stuck "single frame" imag...
Elvia asked 22/8, 2021 at 16:20
3
I am trying to disable Android 10+ gesture navigation back swipes in my game (for a VERY valid reason). I need to disable swipe gestures for the whole screen.
Google's documentation is very vague a...
Whitaker asked 29/11, 2020 at 3:47
0
I am trying to handle the pause/play button from a Bluetooth headset (e.g. Jabra Elite 7 Pro) by simply logging into Logcat a message whenever it is pressed. The “twist” is that this is during Text...
Odometer asked 17/9 at 7:51
3
Solved
I would like to know if i can, somehow, create a drawable resource (png for example) called 787.png. Because Eclipse wont let me compile the project unless i modify it.
Thanks in advance.
© 2022 - 2024 — McMap. All rights reserved.