android Questions

4

Solved

I don't know what is wrong with expo it was working fine. Expo is not showing me my IP address so that I can connect expo client app with my PC by scanning QR code. I had tried many solution from i...
Izanagi asked 11/12, 2019 at 8:4

5

Solved

I downloaded android studio latest version Hedgehog, and I found it strange that there is no longer an option to select JAVA languages on the new project screen. Is this a bug? did I do something w...
Mineralize asked 10/2 at 12:26

3

I'm struggling with adding native ads in my flutter project . My project is using Kotlin for android so I follow the documentation of google_mobile_ads but it keeps showing me these errors after I ...
Uncircumcised asked 5/7, 2021 at 4:34

4

Solved

I'm using the paddingValues provided by the compose scaffold to account for the bottom bar in my app. I also just implemented the new enableEdgeToEdge() feature provided by androidx.activity:activi...

3

I am new to flutter. We have a proxy setup in the network. The proxy is already applied to android studio and it is working fine. While creating a new application it is working fine. But, get packa...

3

I'm having a minor problem with running unit tests against a real device when testing activities. The problem is that they fail when the screen is not turned on. Is there an elegant solution to ...
Whacky asked 25/11, 2011 at 8:12

3

Solved

I have a repository that creates a flow where I emit the result of a suspending Retrofit method. This works in the app, but I would like to run tests on the code. I am using kotlinx-coroutines-test...
Pettish asked 4/4, 2022 at 1:33

3

I am working on Android Studio and I cannot see my package inside Android>Data folder of my device when I run apk on it. I am unable to run monkey without it. I have also mentioned installLocation=...
Jujube asked 14/9, 2015 at 12:50

3

I'm currently working on an Android application on Unity. I'm almost at the end of the development but I started having a problem with the build of the app. The problem is that despite the app is i...
Patten asked 14/5, 2019 at 8:35

6

I am using react native expo and trying to build project in android studio getting this error FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went w...
Tufa asked 13/11, 2022 at 11:45

3

On android, using html5 video tag to load a video, before video loads, the placeholder image is a grayish image with a big "play" icon on it, suppose I don't have a poster image for the video so I ...
Danielledaniels asked 5/10, 2016 at 13:19

4

In android, when we take a screenshot, it gets stored in the clipboard. Now if I open WhatsApp, and tap on the message field. My keyboard gives me a suggestion to paste the image from the clipboard...
Alixaliza asked 7/3, 2023 at 5:34

1

I am trying to update the Firebase app distribution logo. After uploading my client App to Firebase, the logo remains as a basic avatar image, that is, if the App is called "Excellent", t...

1

Solved

I'm trying to implement a custom progress indicator in Jetpack Compose that looks like the attached image. A rounded square with a custom icon inside. When the loading starts, there should be a pro...

6

I'm having this problem with a new mac I got. The issue is that whenever I try to use the preview for layout or the design of the layout, I get the loading spinner that doesn't stop. It just keeps ...
Searle asked 22/1, 2019 at 20:48

2

Solved

I have different build types and different flavor dimensions in my app. I want to add a specific flavor suffix to an application ID only for one specific build type. E.g. for stageApi flavor and be...
Poussin asked 29/12, 2020 at 17:10

4

Solved

I have 2 activities with a separate NavHostFragment which hosts 3 fragments, these 3 fragments are then displayed in my activity's layout ContainerView. Note: My 2 activities have the same name and...
Pestilential asked 10/9, 2022 at 10:37

7

Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper. running into error Settings file 'mobile/android/settings.gradle' line: 2 * What went wrong: ...
Manage asked 16/8 at 18:5

2

Within our Android app we are using Google Maps API in order to show the users location. At the moment we are using Koin in order to provide a parametered injection (it requires an activity) of the...
Ridenour asked 16/7, 2019 at 8:45

5

Solved

I want to send out an email from my app. So I used the following code. String uriText = "[email protected]" + "?subject=" + URLEncoder.encode("Subject") + "&body=" + URLEncoder.encode("so...
Crossways asked 21/12, 2012 at 17:44

3

Solved

I'm a newbie in React-Native and I have an issue with fonts adding, I'm trying to load a custom font from .otf file, but I have an error: fontFamily "Pixel-Musketeer" is not a system font...
Vanatta asked 16/12, 2022 at 7:36

4

After implementing the Splash Screen API as indicated by Android documentation (also this and this), the launch activity (which goes right after the splash screen) does not have dynamic color themi...

9

Solved

I have a problem using the storage to persist the user login data . the scenario like that : after login , I clear the app and try to reopen it again , sometimes it open and sometimes it's freezes ...
Perak asked 20/2, 2022 at 19:33

6

Solved

I'm new to flutter. I just created a new project in flutter and have not even altered the code. And when I run the code I get the following error. Launching lib\main.dart on SM A750F in debug mode...

4

The app can not be launched. It is stuck for a very long time in "Launching on Devices" (it seems to not stop). Sometimes instead of beeing stuck it gives the error 'device 'DEVICEID' not...
Kleist asked 16/7 at 17:27

© 2022 - 2024 — McMap. All rights reserved.