Reputation: 343
My LG G3 is not appearing in the device list for android studio. I'm on ASUS n550jk with Windows 10.
Things I have done:
Nothing has worked. I got it to work a few months ago on Windows 8.1, but I can't remember what I did.
Upvotes: 13
Views: 28074
Reputation: 7593
Had the same problem with my LG G7
, this page helped me solve it.
Essentially, what was missing, besides enabling USB Debugging
, was enabling USB Tethering
. For that:
LG G7
should appear as LM G710 (mobile)
under your devices Android Studio
dropdown menu. Select it as your current main device.main.dart
with the play button (or flutter run
on the terminal). It will also appear as an available device in VS Code
if you prefer it as your IDE.Upvotes: 0
Reputation: 5368
you should go to settings->Common->Software info
and click Build number
7 times in LG G3
Upvotes: 0
Reputation: 1
I had a problem with connection LG G4 phone with Android Studio, and try lots of combination like enabling developer mode, USB debugging, switching USB PC Connection from MTP to PTP and vise versa, restarting phone...But no csucces until I downloaded and installed Windows USB driver from this location http://www.lg.com/in/support/software-firmware and choose LG G4 Stylus. My phone is LG G4 Leather dual sim, but works with selection above.
Upvotes: 0
Reputation: 487
As on Android 6.0 device & Windows 10 this worked for me. Steps 1 & 2 before attaching phone to computer.
1) Activate developers settings (Settings -> General -> About phone -> Software info -> Press 7 times "Build number" button). After that it says "Now you are an developer".
2) Go back to General settings and press "Developer options". After that find option "USB debugging" and tick that box. USB debugging
3) Attach phone to the computer via USB. Phone will ask "Allow this computer to access your phone data" "Allow". After that you should have "Tap for more USB options" -notification. Choose "Send images (PTP)"
Create "Hello World" -project as an test and try to to select deployment target again.
Upvotes: 26
Reputation: 994
I had a similar problem shortly after upgrading to MarshMallow. I had developer options on, but the "USB Debugging" option was disabled.
Upvotes: 1
Reputation: 1587
LG G3 requires you to 1) Activate developer's mode 2) Enable USB debugging BEFORE connecting your phone to the laptop 3) Accept the computer's RSA fingerprint when installing an apk from AndroidStudio and most importantly 4) Installing the phone on your computer.
Use this link and select your model. Without installing this software you will still be able to charge your phone and access its memory from your laptop but for it to appear as a device in Android Studio, install this.
Upvotes: 3
Reputation: 2601
Make sure you enable developer options on your phone and check 'Enable USB Debugging'
On your Phone... Go to your settings: Go to "about phone" Tap on "Build Number" 7 times. This enables developer options Go to Developer options (in the settings app) Check - Enable USB Debugging Did you make sure to install the adb drivers for your phone? Also make sure you have enabled debug mode on your device. If neither of those are the issue, maybe check here for further troubleshooting help.
When you connect your phone to your computer with Android studio running, you should see a dialog box asking for permission for your computer to debug your phone. Tap Yes and accept those permissions.
You should be set from there! Hit 'Run' in Android Studio and you should be good to go.
Hit me up on here if you have any further questions!
Upvotes: 18