Category "android"

Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library

I am using instamojo payment library in my project version 3.4.0 compile 'com.instamojo:android-sdk:3.4.0' when i change min Sdk version from 21 to 19, it is sh

Azimuth mirrored after remapping axis coordinate system

I am trying to remap a device that has an alternate coordinate system. The sensor is reporting values that are rotated 90° around the X axis. The format is

How to fix this issue ? FAILURE: Build failed with an exception

I try to add a package name as new_version: ^0.2.3. After the terminal return the below error. How can I fix this? FAILURE: Build failed with an exception. Wher

Firebase CreateUserWithEmailAndPassword problem

Everything is looking fine but i am not able to undertand why every time it is showing only registration failed... please help me out

react-native swipeable gesture not working on android?

I am doing a react native course with Mosh (https://codewithmosh.com/). I am using expo. I am very new to react native and don't really know what I am doing, bu

Create a new colour resource to be used as the background for the data entry part of the MainActivity using android studio

Create a new colour resource to be used as the background for the data entry part of the MainActivity.

Flutter Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]

Recently, I used Flutter to reconstruct the previous Android project, but it could not be installed on some Android phones. The following is an error message: E

Saving files in Android 11 to external storage(SDK 30)

I am writing a new Application on Android 11 (SDK Version 30) and I simply cannot find an example on how to save a file to the external storage. I read their d

Android Emulator shows a Black Screen on Ubuntu Android Studio AVD

I just installed Android Studio and created my first few Virtual Devices based on Nexus 6 API 27 Pixel 3 API 27 Pixel 4a API 30 Pixel 5 API 30 Pixel 5 API 28 Pi

Qt for android: project error cannot run target compiler

I compile for the first time "toutchinteraction.pro" from Qt for android examples. I installed sdk manager from android studio, all my android setup are well co

React native - Which is the best way to compress video before upload to server?

We are using ffmpeg library (https://github.com/tanersener/react-native-ffmpeg) but with large videos this task is taking too long time, up to 4 minutes or more

How to solve: The minCompileSdk (31) specified in a dependency's AAR metadata

One or more issues found when checking AAR metadata values: The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/a

Flutter: Using Proguard with Gradle 7.0.4

I just updated to Gradle 7.0.4 and upon build I now get the error. A problem occurred evaluating project ':app'. No signature of method: build_9gq7rvxos4tcg7upa

How to make the device connect to wifi after scan the QR for enrolling android device in Android Management API?

I used to enroll an android device by DPC method. Now I am trying to switch to Android Management API method however I can't manage to make the device auto conn

android SharedPreferences order/sort by field

i am retrieving all SharedPreferences inside my app like this: getCollection() async { SharedPreferences prefs = await SharedPreferences.getInstance();

Cannot find module node_modules\@react-native-community\cli\build\bin.js'

After using expo eject i tried to run my app on android emulator: PS C:\Users\becim\OneDrive\Počítač\test> yarn android yarn run v1.22.5 $ r

Bluetooth 5.2 LE Hearing Aids CROS/Bi-CROS functionality

I would like to realize an Android App to use with Android 5.2 Hearing Aids Buds, able to stream sound from one ear (microphone on left hearing aid) to the left

getSystemService NullPointerException

package com.example.myapplication import android.app.Activity import android.content.Context import android.os.* import android.util.Log import android.vie

Questions regarding CRUD operations

I am new to Android Studio and I am training to do a CRUD. When I try to insert a plant in the database, the message "Plant inserted" does not appear. Do you ha

Screen recorder app not detecting my screen size (width and height)

Source: here With the following segment of code all my Android devices record with a maximum width of 960 rather than the device width. val metrics = resour