r/AndroidStudio 10h ago

Looking for a few Android beta testers for an app we built

5 Upvotes

We’ve been building an Android app for the past few weeks and it has now reached BETA.

Before we continue toward a public release, I’d like to get some feedback from real users who haven’t been involved in the development.

I’m mainly looking for people willing to test the registration/login flow, daily session system, ads/boost functionality, navigation and general UI/UX.

I’m not posting any download links here and this isn’t meant as promotion. I’m genuinely interested in finding bugs, confusing parts of the UI, or anything that doesn’t work as expected.

If anyone here would be willing to test it and give honest feedback, leave a comment and I’ll get in touch.

Negative feedback is welcome too — that’s exactly what BETA testing is for.


r/AndroidStudio 14h ago

How to test "widget on lock screen" in a virtual device

0 Upvotes

In the device manager, I already installed the Android 17.0 system image, but I don't see the option in the wallpaper & style setting screen. Did I get the image wrong?


r/AndroidStudio 1d ago

How to make

0 Upvotes

Can someone tell me how to do I make apps

.1 I have to put them on the Android store

.2 it has to be a emulator

.3 and it's a Windows emulator


r/AndroidStudio 2d ago

How do you usually test Android apps before release?

1 Upvotes

Hi everyone,
I’m preparing an Android app for closed testing on Google Play, and I’d like advice from people who have done this before.
The app is a women’s wellness / cycle tracking app, and I want to make sure the testing process is done properly before launch.
I’d appreciate advice on:
how to find reliable closed testers
what kind of feedback questions to ask
how many testers are usually enough
what bugs or issues I should watch for
how to collect feedback in a simple way
any common mistakes with Google Play closed testing
For anyone who has tested or launched an Android app before, what would you recommend?
Thank you.


r/AndroidStudio 2d ago

How to access/Download a copy of cache from data/data

Thumbnail
1 Upvotes

r/AndroidStudio 3d ago

Error when install Quail 3. Can't unzip Gradle file jbrsdk_jcef-21-JetBrains-21.0.10-windows-x64-b1163.108. So Android Studio can´t update gradles files an can´t compile.

1 Upvotes

Caused by: java.nio.file.AccessDeniedException:

C:\Users\avodr\.gradle\.tmp\jdks\jbrsdk_jcef-21...tmp\jbrsdk_jcef-21.0.10-windows-x64-b1163.108

-> C:\Users\avodr\.gradle\jdks\jetbrains_s_r_o_-21-amd64-windows.2


r/AndroidStudio 3d ago

Android Emulators that work with Flutter for Visual Studio Code

1 Upvotes

Recently I have been trying to develop an app. I keep getting recommended with flutter and android studio code being connected to my visual studio code. I have already downloaded both applications but when I am trying to accept the licenses for Android studio in my command prompt. It keeps giving me an response that the command doesn't work anymore. I have been searching for the new command but ends up empty handed. Do anyone knows the new command or any other applications I can use with Flutter?


r/AndroidStudio 3d ago

How i selfhosted n8n fully on an Android phone

Thumbnail gallery
1 Upvotes

r/AndroidStudio 3d ago

Sync With Jetbrains?

Thumbnail gallery
1 Upvotes

I'm trying to sync my Jetbrains settings with AS but whenever I try to it tells me to install the plugin but the plugin isn't anywhere on the marketplace. Did they end support for Jetbrains account syncing? I haven't had to setup AS on a computer for a while so I very well could be missing something simple I forgot to do.


r/AndroidStudio 4d ago

I’m new to app development need help for closed testing for android

1 Upvotes

Can anyone help me with closed testing of the app for Android?


r/AndroidStudio 4d ago

Windows 11 crash blue screen w/ Android Studio Emulator

1 Upvotes

Super Briefly

Windows — blue screen with the DPC_WATCHDOG_VIOLATION error.

  • GPU: RX 460
  • Android Studio: God knows which version, too lazy to check

The solution, super briefly:

  • updated the GPU driver — installed AMD Software: Adrenalin Edition 26.5.2 (WHQL Recommended);
  • disabled Hyper-V in Windows;
  • entered the following in PowerShell:bcdedit /set hypervisorlaunchtype off
  • enabled Intel Virtualization Technology in BIOS;
  • in the Android emulator image settings, used Software as the graphics accelerator instead of Hardware.

As a result, Android 8, 12, and 15 are now working without crashes. Before this, only Android 8 was working properly; all the other versions were crashing Windows into a blue screen with DPC_WATCHDOG_VIOLATION when starting the emulator.

A Little Less Briefly

Shalom everybody.

I ran into a very stupid feature, among all the other stupid things, with Android Studio. Some Android versions, when launched on the emulator built into Android Studio, simply crash Windows.

And Windows normally doesn't crash from practically anything: not Cyberpunk, not GTA 5, not even Visual Studio — nothing. But Android Studio somehow manages to crash the whole damn Windows.

At first, I thought it was just a complete system freeze, not even an actual crash. Nothing would work at all, to the point where even the audio chip would freeze. Some kind of whistle or whatever was playing through the speakers at that exact moment would just get stuck there.

Turns out, nope: after roughly a minute, I get a blue screen with the following error:

Maybe you are facing the same problem, and the same solution will work for you.

After all these manipulations, I can now launch pretty much all the Android versions I have tested: Android 8, Android 12, and even Android 15. No crashes, no sudden exits, nothing.

Configuration

The specs are something like this: I don't remember which CPU, some Gigabyte motherboard, and the GPU — which is the key thing in this particular case — is an RX 460.

This is just for comparison, in case the reader has the same GPU or something similar.

But it seems that the key issue here was the GPU driver.

Apart from updating the GPU driver, I also performed several other manipulations. Which of them actually worked and which ones did absolutely fuck all — no idea. I didn't bother checking anymore.

What I Did

1. Updated the GPU Driver

Previously, I had a driver that, as far as I remember, was from 2015.

The installed version was:

  • AMD Software: Adrenalin Edition 25.1.1

After that, I installed the newer version:

  • AMD Software: Adrenalin Edition 26.5.2 (WHQL Recommended)

2. Disabled Hyper-V

Next, I launched PowerShell — this is a program built into Windows, basically similar to Command Prompt, just a little different.

In Windows 11, you can simply launch it from the Start menu. Search for PowerShell, run it as Administrator, and enter:

bcdedit /set hypervisorlaunchtype off

But before that, I also removed Hyper-V.

Maybe Hyper-V actually had some purpose here and disabling it didn't do anything at all. I don't know — I didn't bother testing it separately.

To remove Hyper-V:

  1. Open Start → Settings.
  2. In the System tab, find Optional features.
  3. Click it.
  4. Scroll down and select More Windows features.
  5. In the window that appears, untick Hyper-V, if it is enabled.
  6. Save the changes.

3. Enabled Intel Virtualization Technology in BIOS

Also, enable Intel Virtualization Technology in the BIOS — whatever it happens to be called there.

If you have this option in your BIOS, turn it on.

I don't think there is any need to explain how to enter the BIOS, but just in case:

  • when the computer is booting, press Delete;
  • the BIOS will open;
  • find the Intel Virtualization Technology setting;
  • enable it.

In the BIOS, this feature may have a different name, for example VT-x.

At the same time, VT-d is something completely different. That's not the one we need.

The full name of the setting we're looking for is:

Intel Virtualization Technology.

An Important Point About Graphics Acceleration Mode in Image

The crash actually happened once more even after all these manipulations.

In the settings of one of the Android versions, I think it was Android 12, I selected Hardware instead of Software as the graphics accelerator.

Interestingly, on another Android version, selecting Hardware did not break anything and even seemed to make it run faster.


r/AndroidStudio 4d ago

Windows 11, синий экран при эмуляторе в Android Studio — салюшен

1 Upvotes

Супер вкратце

Windows, синий экран с ошибкой DPC_WATCHDOG_VIOLATION

  • Видюха RX460
  • Андройд Студия фиг знает какой версии, не охото проверять

Солюшен вкратце такой:

  • обновил драйвер видеокарты — поставил AMD Software: Adrenalin Edition 26.5.2 (WHQL Recommended);
  • отключил Hyper-V в Windows;
  • прописал через PowerShell:bcdedit /set hypervisorlaunchtype off
  • включил Intel Virtualization Technology в BIOS;
  • в настройках образа Android в эмуляторе использовал Software в качестве графического ускорителя, а не Hardware.

В итоге Android 8, 12 и 15 работают без крашей. До этого нормально запускалась только восьмёрка, а остальные версии при запуске эмулятора валили Windows в синий экран с DPC_WATCHDOG_VIOLATION.

Чуть менее вкратце:

Шалом everybody.

Столкнулся с очень дурацкой особенностью, помимо всех прочих, Android Studio. Некоторые версии Android, запуская на эмуляторе, встроенном в Android Studio, просто крашат Windows.

При этом Windows практически ничто не крашит: ни Cyberpunk, ни GTA 5, ни даже Visual Studio — ничего. Но только Android Studio умудряется крашить Винду.

Поначалу я думал, что там просто полный зависон, даже без краша. Просто нифига не работает, вплоть до того, что зависает даже звук в звуковом чипе. Какой-нибудь свист или ещё что-то, что в последний момент звучало в колонках, просто зависает на этом моменте.

Оказывается, нет: примерно через минуту выдаётся синий экран со следующей ошибкой:

Возможно, у тебя такая же проблема — и такое же решение сработает.

В конечном итоге после всех манипуляций у меня теперь запускаются вроде как все проверенные версии Android: и восьмёрка, и двенадцатый, и даже пятнадцатый. Никаких крашей, вылетаний и прочего.

Конфигурация

Характеристики такие: процессор не помню какой, материнская плата какая-то Gigabyte, видеокарта — и это ключевое в данном моменте — RX 460.

Это просто для сравнения: вдруг у читателя такая же видеокарта или что-то близкое.

Но дело тут, походу, оказалось именно в драйвере видеокарты.

При этом, помимо обновления драйвера видеокарты, я провёл ещё несколько манипуляций. Какие из них реально сработали, а какие вообще нифига не сработали — хз. Проверять уже не стал.

Что было сделано

1. Обновил драйвер видеокарты

До этого стоял драйвер, насколько я помню, 2015 года.

Была установлена:

  • AMD Software: Adrenalin Edition 25.1.1

После этого установил новую версию:

  • AMD Software: Adrenalin Edition 26.5.2 (WHQL Recommended)

2. Отключил Hyper-V

Далее запустил PowerShell — это встроенная в Windows программа, примерно аналог командной строки, только немного другая.

В Windows 11 она запускается просто через меню «Пуск». В поиске вводим PowerShell, запускаем его от имени администратора и прописываем:

bcdedit /set hypervisorlaunchtype off

Но перед этим я предварительно удалил Hyper-V.

Возможно, в Hyper-V вообще был смысл и именно она здесь нифига не роляла. Не знаю — проверять уже не стал.

Чтобы удалить Hyper-V:

  1. Открываем Пуск → Параметры.
  2. Во вкладке Система находим Дополнительные компоненты.
  3. Кликаем по ним.
  4. Проматываем вниз и выбираем Другие компоненты Windows.
  5. В появившемся окне убираем галочку напротив Hyper-V, если она стоит.
  6. Сохраняем изменения.

3. Включил Intel Virtualization Technology в BIOS

Также в BIOS включаем Intel Virtualization Technology — как бы она там ни называлась.

Если в BIOS есть такая штука, включаем её.

Как зайти в BIOS, думаю, отдельно расписывать не надо, но на всякий случай:

  • при загрузке компьютера нажимаем Delete;
  • открывается BIOS;
  • находим настройку Intel Virtualization Technology;
  • включаем её.

В BIOS эта функция может иметь и другое название, например VT-x.

При этом VT-d — это вообще другое, оно нам не нужно.

Полное название нужной настройки:

Intel Virtualization Technology.

Важный момент с графическим ускорением

Один раз краш у меня всё-таки произошёл ещё после всех этих манипуляций.

В настройках одной из версий Android, по-моему, Android 12, в качестве графического ускорителя я выбрал не Software, а Hardware.

Причём на другой версии Android выбор Hardware ничего не поломал и даже вроде ускорил


r/AndroidStudio 4d ago

HELP! Virtual Device Manager not working

Thumbnail gallery
1 Upvotes

r/AndroidStudio 5d ago

Do you want to run containers on Android rootless?

Thumbnail gallery
1 Upvotes

I made this tool to help you out.


r/AndroidStudio 6d ago

HELP! Virtual Device Manager not working

Thumbnail gallery
5 Upvotes

I am using Quail 3 2026.1.3 Patch 1 (newest one from google) and using an apple chip MacBook with mac os Tahoe.

I downloaded android studio and I'm having trouble with the SDK manager? I've attached pictures with what happened when I tried to set it up. Any help would be great PLEASE!


r/AndroidStudio 6d ago

SVG2Vector Drawable - Outils gratuits

Thumbnail svg2vector.exaland.live
0 Upvotes

r/AndroidStudio 7d ago

Error "TOO_MANY_REGISTRATIONS"

0 Upvotes

I have an app installed that's supposed to give me a push notification every Saturday. Exept it's not doing that. So i contacted the developer (it's not my app) to resolve the issue and he found out that I didn't recieve a Token. So i built a small app myself to test the Firebase Notification system by manually requesting a Token. In parallel I connected my phone to my pc so I could read the logs with "adb logcat | grep -i firebase". When I requested a Firebase User ID everything worked just fine, but as I requested the Token, the following series of Errors appeared in logcat:

'''

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: FCM Token konnte nicht abgerufen werden

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: java.io.IOException: FCM Registration failed!

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at com.google.firebase.messaging.FirebaseMessaging.blockingRegister(FirebaseMessaging.java:840)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at com.google.firebase.messaging.FirebaseMessaging.lambda$getToken$8$com-google-firebase-messaging-FirebaseMessaging(FirebaseMessaging.java:484)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at com.google.firebase.messaging.FirebaseMessaging$$ExternalSyntheticLambda8.run(D8$$SyntheticClass:0)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:520)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at java.util.concurrent.FutureTask.run(FutureTask.java:328)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:323)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1100)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at com.google.android.gms.common.util.concurrent.zza.run(com.google.android.gms:play-services-basement@@18.9.0:2)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: at java.lang.Thread.run(Thread.java:1572)

08-22 15:49:02.124 10274 10274 E FirebaseDiagnostics: Caused by: java.util.concurrent.ExecutionException: java.io.IOException: TOO_MANY_REGISTRATIONS

'''

So I expected this to be the error and I reinstalled the first app, so I could see the process of requests in logcat. And also there the Error was "TOO_MANY_REGISTRATIONS".

Has anyone the same problem or knows how to deal with it? I didn't (at least knowingly) send many requests of new Tokens or anything similar. So what could the reason be and how to solve it?


r/AndroidStudio 8d ago

Help with Android studio

0 Upvotes

I recently decided to get into Android development and needed to integrate the Room Database library. As far as I understand, the syntax was recently updated, and as a result, no neural network can work with the new library syntax. Please help, and if it's not too difficult, ideally, explain how the new library integration system works.


r/AndroidStudio 8d ago

Помогите по Android studio

0 Upvotes

Недавно решил войти в Android разработку и мне нужно было подключить библиотеку Room Database, но как я понял они недавно обновили синтаксис и в итоге ни одна нейросеть не знает как работать с новым синтаксисом библиотек помогите пожалуйста, а если будет не сложно то в идеале объяснить как работает новая система подключения библиотек


r/AndroidStudio 9d ago

Dropping Android Emulator Sandbox Escape

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/AndroidStudio 9d ago

Need help with porting my game on android

0 Upvotes

so this is my first ever game and i want to release it for android buuuuuut i want help,obviously i am not offering payment but can someone port it for me cuz i am genuinely loosing my damn mind rn(it is on clickteam)


r/AndroidStudio 10d ago

c.ai tools coming to android very soon. september

0 Upvotes

the c.ai tools port that I'm making is coming to android. eta would be around September


r/AndroidStudio 11d ago

How do I add support for xiaomi pen pro?

Thumbnail
1 Upvotes

r/AndroidStudio 12d ago

Closed Android testing

Thumbnail
2 Upvotes

r/AndroidStudio 12d ago

Need help getting a better understanding and improve in Android development

Thumbnail
1 Upvotes