All Questions
Tagged with android-emulator java
833 questions
0
votes
1
answer
39
views
EditText Not Visible in Emulator
Screenshot attached
I'm new to Android Studio, and I am currently trying to create a simple event tracking app. The EditText for password is visible in the design view, but when running the app, is ...
0
votes
1
answer
78
views
Android APK recording in JMeter via Android Studio Emulator
I have installed an Android emulator, where I have my application's APK installed (I can't disclose the APK name as it belongs to the IT company where I work).
I have successfully established a ...
0
votes
0
answers
32
views
Android app crash with "No view found for id" #0x7f0a010c
When I run my APK in Android Studio, the app crashes and does not launch. It shows:
$ adb shell am start -n "com.example.statussaverapp/com.example.statussaverapp.views.activities.MainActivity&...
0
votes
0
answers
485
views
Android studio 24.1.1: window 11: Error running app, The emulator process for AVD Pixel_8_Pro_Api_35 terminated
I couldn't find a solution. Can someone help me to understand the issue and fix it?
I am attaching log files also
2024-08-12 11:53:29,304 [ 448484] INFO - #c.i.c.ComponentStoreImpl - Saving Project(...
0
votes
0
answers
66
views
"App Not Installed" msg on Fire TV Max 2 Gen
After developed fire tv app using android emulator, I installed on fire tv and google tv.
On google tv, it works fine.
But following msg is shown on fire tv.
"App Not Installed".
Please help ...
0
votes
0
answers
43
views
im not able to run android emulator with vs code
enter image description here
I reinstalled java and still nothing happened, still the same problem persists. How to solve it ?
What caused the problem, who knows the problem and how to solve it?
I am ...
-1
votes
1
answer
34
views
My Android Studio java project builds but doesn't run on virtual devise
I'm developing a mobile Java app in Android Studio. It's supposed to work on Pixel 2 API 29 (Android 10). The project used to work fine but now it just stopped running on a devise. The emulator itself ...
0
votes
1
answer
35
views
Why does it shows good in the editor and something completely different in the emulator?
I'm designing my Android app in Android studio. In design view it looks like I want to but in the emulator completely different. All constraints have been added.
And I would like to know how to fix ...
0
votes
1
answer
449
views
Android Studio Emulator : Wi-Fi connectd, no Internet
I'm programming an online application and the problem is Emulator can't connect to Internet. Wi-Fi is connected but it says no Internet.
enter image description here
The steps I have taken so far, but ...
6
votes
2
answers
6k
views
Android Studio emulator does not have internet
I have been using nox-Player for several months and I had no problem connecting to the Internet.
But since I installed Android Studio emulators, it connects to Wi-Fi, but it gives a limited connection ...
2
votes
1
answer
630
views
Cannot invoke "com.android.ddmlib.EmulatorConsole.kill()" because "console" is null
I'm facing a problem with the emulator. The System UI stops working, so I close it, but then the emulator just vanishes.
When I try to stop the emulator, I get an error that says, "Cannot invoke '...
0
votes
1
answer
347
views
When I connect the emulator with filters, it does not recognize the emulator's path
When I connect the emulator with filters on Android Studio, it does not recognize the emulator's path and brings me this error:
Android emulator version 32.1.15.0 (build_id 10696886) (CL:N/A)
INFO | ...
1
vote
1
answer
231
views
i can't run a flutter app on android studio emulator
i'm having a problem running the flutter app on the androidstudio emulator
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> ...
0
votes
0
answers
2k
views
Drm protected video play on Android Emulator
Is there any way to play DRM(Digital Right Management) content on Android TV Emulator for testing?
if device not support widevine drm , how to make it supported, is there any way?
Or Is there any ...
8
votes
2
answers
3k
views
Android 14 (UpsideDownCake) doesn't see certificate installed in /system/etc/security/cacert
For our automated testing platform for Android emulator, we are able to push a Proxyman certificate to a /system/etc/security/cacerts with the tried and tested commands:
Start emulator with -writable-...