Category "android"

Failed to open /qemu.conf, err: 2

I got this error while using windows command prompt to connect a android virtual device to visual studio code. However opens the android virtual device but stil

Could not get unknown property 'mavenUser' for Credentials

All I am getting following error in build.gradle in Android Studio : Could not get unknown property 'mavenUser' for Credentials [username: null] of typ

Could not get unknown property 'mavenUser' for Credentials

All I am getting following error in build.gradle in Android Studio : Could not get unknown property 'mavenUser' for Credentials [username: null] of typ

Error: Not found: 'dart:js' import 'dart:js';

I am creating a PopupMenuButton() in the AppBar section. This is my file: import 'dart:js'; import 'package:bfdi_app/settings.dart'; import 'package:cached_n

javax.mail.util.SharedByteArrayInputStream cannot be cast to javax.mail.Multipart

public void parseEml(Message msg) throws Exception { Address[] froms = msg.getFrom(); if (froms != null) { InternetAddress addr = (InternetAddr

Flutter || W/DynamiteModule( 4887): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found

When I fetch data from Firebase Firestore, data is not shown. And it gives me this problem. Is it related to Firebase or anything else? W/DynamiteModule( 4887):

Script file to run in android devices with help of the sh present in adb shell

I am facing a problem in writing a shell script for android devices to be run only on sh present in the device (/system/bin/sh). I have written the following s

Changing Orientation in Bluestacks to test Orientation Change of my App

Android Emulator 4.4 apparently has a bug which keeps it from changing rotation appropriately. Having heard that Bluestacks is faster anyway, I wanted to give i

Service stops running after a while on the real device ( > 40 minutes ) works on emulator

Friends, I created an android background service that is called every 2 minutes. When its called it starts listening for locationUpdates for GPS and NETWORK for

Xamarin Google Maps Blank

I've been following: https://developer.xamarin.com/guides/android/platform_features/maps_and_location/maps/obtaining_a_google_maps_api_key/ and https://devel

System Dark mode setting problem (More Dark mode options)

Hello‚ I had a problem with the night mode in my program. Switching from the phone system to night mode did not change the black text to white. It was jus

how to find which app is listening on port Android

I'm trying to write a port scanner, I managed to get the open ports using sockets. My problem is how to know which apps are listening on open ports.

Scroll issue with LazyColumn inside BottomSheetDialogFragment

I use LazyColumn inside BottomSheetDialogFragment, but if to scroll LazyColumn list UP then Bottom Sheet Dialog scrolls instead of LazyColumn list. Seems like B

Android app - delete item from list following an action in another activity

I'm creating an app where I display a list of pending challenges. When the user clicks on a challenge, he can accept it or ignore it. Here's what I want to do

Difference between audio frameworks on linphone audio settings

I am looking at the linphone audio settings and I see that there're two audio frameworks available, which is the difference between using AAaudio framework or O

Using text as a primary key in SQLite table bad?

Is it bad to have text as a primary key in an SQLite database? I heard that it's bad for performance reasons, is this true? And will the rowid be used as the ac

Getting filename from uri

How can I get the name of a file from a uri returned in OnActivityResult, I tried using this bit of code Uri uri = data.getData(); String fileName = uri.

In Gradle, how to print out a message in the console / Event Log?

I'm trying to verify that my source and target paths are properly setup when I execute a deploy command. See the example below: (copied from: http://eppz.eu/blo

Force refresh of manifest.json to download new PWA

I have a start_url set to /mysite. Now I've updated the manifest to have start_url set to /mysite?tracking=ga in order to view installs from the app. Anyway for

Loading images from firestore in image slider

I'm trying to load the images in an image slider from firestore. The image urls are there in firestore. I'm using the following library https://github.com/denzc