Questions tagged [nexus-5x]
15 questions
11
votes
10 answers
Activity class does not exist (Error type 3)
I have a device nexus5x with android O and i develop an app in my laptop and also in another computer. But when i want to start the app in another computer after i have started it in my laptop i always get error described below.
Error while…

Michael Abyzov
- 452
- 1
- 6
- 16
8
votes
0 answers
Emulator: cannot find ram.img on ubuntu
I simply set up a Nexus 5x device with API 27 in the default emulator in Android Studio 3.5.
When I was trying to boot the device, the device just closed after the first 'Google' sign.
The event log there's the following output:
Emulator:…

Qiufeng54321
- 169
- 11
2
votes
0 answers
Nexus 5x file issues
Since updating to Android O (8.1.0) on our development Nexus 5x phones, we have been seeing a lot of weird file access issues. We have 1 file that keeps coming up, no reason why this file, but I'm positive the file is in /sdcard/ , I use Java or…

Brian S
- 3,096
- 37
- 55
2
votes
1 answer
private member variable is becoming null on Nexus 5x in dispatchTouchEvent
Problem
A field member is suddenly becoming a null value during android runtime on Nexus 5x devices
Steps already taken
I have verified there are no other writes to that field in my codebase, reflection or otherwise
I have reproduced it multiple…

Dan
- 858
- 7
- 18
2
votes
2 answers
Android emulator Nexus 5x loads wrong drawable size?
I don't have an Nexus 5x device, but I'm using Emulator.
Edit: Confirmed from a Nexus 5x user. Its not an Emulator bug.
Problem:
On Nexus 5x app loads incorrect size drawables. While on Nexus 5 is fine.
I have an image original size 1440x2560.…

paakjis
- 369
- 4
- 16
1
vote
1 answer
TYPE_STEP_COUNTER sensor not found in NEXUS5X 29API
I am doing a step counter project in an android studio with Nexus5X API29. I need to use sensors for this. I wrote the sensor codes as below, but it still gives 'Sensor not found' error. Is there any way to fix this?
public class MainActivity…

yigit
- 13
- 2
1
vote
0 answers
how could I build android 4.4.4_r1 for Nexus 5x
I did a lot of research, but all posts are using repo to build android, and there're no android 4.4 version branch for Nexus 5x from google website.
So, can we build android 4.4 to Nexus 5x?
How to build the drivers for android 4.4 on 5x?
Anyone…

Michael
- 53
- 1
- 8
1
vote
3 answers
Nexus 5X not identified correctly in Android Studio
I'm (very) new to Android development, and am trying to test my app on my Nexus 5X. I've previously done it successfully, on the same 5X, with the same version of Android Studio on the same computer, so I'm not sure what's changed.
With the phone…

DaveyDaveDave
- 9,821
- 11
- 64
- 77
0
votes
0 answers
Why does the same android java code shows different languages on device Nexus 7 and device Nexus 5x
System environment: Android Studio 3.4 with Gradle plugin to version 3.4.0 and Gradle to version 5.1.1.
I created a new project --> File --> New --> Import Sample --> Ndk --> Hello JNI. I changed in build.gradle file minSdkVersion to 22, because…

hatietz
- 1
- 1
0
votes
1 answer
Cannot get Camera2 API touch to focus to work
I'm unable to get the touch to focus to work properly on Camera2 API. On touching I just seem to focus for a second and then it becomes extremely blurred. The phone is a Nexus 5X. Here is my code for touch to focus.
private void refocus(MotionEvent…

resonance20
- 1
- 5
0
votes
1 answer
Development on Nexus 5x which cannot connect via USB
I faced an issue with my Nexus 5x which I just acquired for Android 8 development: even after setting the development mode to be on, USB debugging to be on, Android Studio or adb refused to see it. (On the other hand, my Nexus 6 works fine...) Tried…

Lim Thye Chean
- 8,704
- 9
- 49
- 88
0
votes
1 answer
Chrome Dev Tools not detecting Nexus 5x Android 8 device
I've been following this: https://developers.google.com/web/tools/chrome-devtools/remote-debugging/?utm_source=dcc&utm_medium=redirect&utm_campaign=2016q3
I'm trying to remote debug my node.js site on localhost:3000 using my phone, but no devices…

Atom
- 65
- 2
- 13
0
votes
1 answer
Cordova release build blocks ajax requests
Android Cordova Debug Build works fine on Nexus 5X, 7.1.1 , However it fails to make any ajax requests on Release(Signed) Build.
Tried communicating from native code using a plugin, the connection is successful
The issue occurs only in Nexus 5X,…

Chandra Sekhar Walajapet
- 2,534
- 17
- 24
0
votes
1 answer
Nexus 5X uses incorrect dimens bucket
From Nexus 5X spec it has 411x731 dp screen size.
How I understand that:
If I want recycler view with 2 column in portrait mode I should define column_count value in dimens.xml
2
If I want recycler view with 3…

bitvale
- 1,959
- 1
- 20
- 27
0
votes
0 answers
OpenGL crash on Nexus5X
My app uses Android Camera API (the old one) and GLSurfaceView.
It works on 90% of the devices (I actually tested it on a 100 different models!!!) but it crash on Nexus5X and Nexus6P.
I can see the following error on logcat:
W/Adreno-ES20:…

Asaf Pinhassi
- 15,177
- 12
- 106
- 130