I'm new to mobile development, and I'm trying to get a working development space set up to build and test apps.
I'm trying to use my LG G3 to test apps. I can't get the virtual machine to work, but from my experiences with following directions exactly as they say and triple-checking to make sure I didn't do anything wrong, I didn't really expect it to anyway, and I don't really care as long as I can get debugging to work on an actual device.
Except that I can't get the driver to install. When I plug in the device, it detects it as "VS985 4G", a device with two drives: "Internal storage" and "SD card". I tried updating the driver for "VS985 4G"; I go to device manager, right-click the device (under "Portable Devices"), and select "Update Driver Software..."; I click "Browse my computer...", and type in "extras\google\usb_driver" (replacing with the path to my sdk); then I click next, and it shows me this: http://imgur.com/XQIqdG2
So I attempt to launch the app from Eclipse (made by following the directions from this tutorial: http://developer.android.com/training/basics/firstapp/creating-project.html ), and it said "No compatible targets were found."
Does anyone know how to fix this?