Category "android"

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

After upgraded to androidX Zip file '...' already contains entry 'AndroidManifest.xml', cannot overwrite Error while build

I'm new in Android development and I've been recently assigned to an android project, which was not updated for more than a year. I got the below error when I t

Animation yoyo keep run when typing Edittext

when typing edit text yoyo animation keep run how to keep typing show animation Once ? text_send.addTextChangedListener(new TextWatcher() { @Ove

Kotlin 1.6.0 (There are no problems in 1.5.21) + Proguard + Gson (Registering an InstanceCreator with Gson...)

I have enabled Proguard and configured the rules minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFil

react-native-svg - Marker / Line markerEnd doesn't work on Android

Simply trying to draw an arrow line using the following code import * as React from 'react'; import { Text, View, StyleSheet } from 'react-native'; import Svg,

Why doesn't my Android dynamic feature module's view have an id?

I'm seeing the following crash when inflating an Activity layout within a dynamic feature module: Caused by: java.lang.IllegalStateException: FragmentContainerV

Flutter initialization failed, java.lang.UnsatisfiedLinkError: dlopen failed: library "libflutter.so" not found

The app runs properly on iOS, but when I try to run it on an android I get the following error E/FlutterLoader( 9150): Flutter initialization failed. E/FlutterL

Is anyone implemented layout camera feature like Instagram in Android?

I have already tried with single activity and multiple fragment which is added programmatically as per layout(2x2,2x3) same as instagram. But when i load camera

how to make cursor on BasicTextField be centered on jetpack compose?

I have a problem, where I need a BasicTextField to customize the TextField as I want. Here I have tried to do a custom, but there is a problem with the cursor i

PHP and Android Keystore encryption / decryption

I've been trying to get this for hours now, and I can't find what's wrong. I'm using a php RESTful API that I made to encrypt data using asymmetric encryption.

how to make cursor on BasicTextField be centered on jetpack compose?

I have a problem, where I need a BasicTextField to customize the TextField as I want. Here I have tried to do a custom, but there is a problem with the cursor i

PHP and Android Keystore encryption / decryption

I've been trying to get this for hours now, and I can't find what's wrong. I'm using a php RESTful API that I made to encrypt data using asymmetric encryption.