Category "android"

Unlock android bootloader without OEM unlock on

I have a Google Pixel 4XL that I want to have the bootloader unlocked on to install stuff on it. The OEM Unlocking option is greyed out in the system developer

update one or more fields inside of a document, without updating all the fields

I have a feature in my program where I have to enter the user's details such as the user's age, height, and weight. This data will be stored in Firestore. this

Sorting and getting position or row nth number of sqlite database for Android studio

I have this table of students public void onCreate(SQLiteDatabase db) { String createTableStatement= "CREATE TABLE " + STUDENT_TABLES + " (" + ID_COL + "

My React Native app is lagging in the light mode, but is superfast in the dark

I am creating a React Native app with light and dark modes. The colors of all components in the app are controlled with my custom hook: export const useColors =

Fastlane. No such file or directory - GIT_TERMINAL_PROMPT=0, can't clone repository

When I run fastlane to build project, I get error: C:\Users\Me\AndroidStudioProjects\MyProject\MyProject-android>fastlane staging app:MyApp [✔] Ԇ

AAPT2 error when building Android App on ARM64

I have a Drone.io build CI / CD on a ARM64 based CPU (Oracle) and in the Docker I have Java 11 and latest commandline tools from Google. When I run the command:

Android Simulator Default Zoomed In

I just downloaded Android Studio and the simulator for some reason is zoomed in very far or has enormous text. I've tried everything on the right-hand bar to ha

Android firebase dynamic link opens browser before launching the app

I've been using firebase dynamic links for my app and recently encountered the issue where when clicking on the link, instead of opening a choice view for what

How to save the selection of a spinner in a dialog box

I have a dialog box with a spinner in it. So far, I have managed to code the spinner so that it saves the last known selection whenever I open up the dialog box

Is it possible to get a .obb file from an APK file in windows? If so, how?

I'm trying to get the sprites and images from a game and followed a guide here to decompile an APK into its components and source code, but it did not fit my ne

Cmake : Building .dylib to test Android JUnit tests

I am working on Android native project using C++ code built using CMake. Currently my app is running fine and native lib(.so) is successfully loaded using Syste

Problem : java.lang.NullPointerException: Argument must not be null

I have a problem in this line : public class ShowAllAdapter extends RecyclerView.Adapter<ShowAllAdapter.ViewHolder> { and in this line : Glide.with(conte

How do we open google map from a button inside onBindViewHolder? [duplicate]

I would like to open google map on button click. The code below works but when I went back to the app, it throws FATAL EXCEPTION. The button i

remove background from Bottomsheet android studio

I have created bottomsheet dialog which work great when it is in portait mode but it shows white backgrund when screen in landscape mode attaching the error ima

How can I set the background colour of views according to theme?

How can I set the background colour of views according to theme? For example, in light theme a background colour of a view can be a light shade of gray, but in

Google.Drive.Api Oauth 2 Credientials in Xamarin android application

I am trying to read a file from google drive using my xamarin android application using google.drive.api, the latter requests Google Oauth2 ID credentials for A

What happens to old app data written in another language when you release a new version of the App written in Flutter?

So I have my app released which was written in another older framework (non flutter). I've since rewritten the app from scratch in Flutter. The app, while func

Android Manifest error after creating a Flutter Application

Everytime i create a flutter application using Android Studio, i always have errors/red lines in the Android Manifest file. Any ideas why this keeps happening?

Android 12 Bluetooth Permissions

I'm trying to connect to a device using BLE, but I'm getting an error on Android 12. I've tried a lot of different methods, but I couldn't find any solution. Ho

Hilt Instrumentation Fragment tests failing - Unable to resolve activity for: Intent

I refactored from Dagger2 to Hilt. Everything is fine except my Fragment Instrumentation tests. They are failing with this error: java.lang.RuntimeException: Un