English 中文(简体)
仍然没有从Win 7向LG Bestus V发送和roid料的解决办法。
原标题:Still no solution for sending android app from Win 7 to LG Optimus V
  • 时间:2011-03-22 21:36:02
  •  标签:
  • android

We have a Dell MT560 running Windows 7 with Eclipse, JDK, and the Android SDK. At the other end of the USB cable is an LG Optimus V Android phone. We wrote a tiny app and all it does is display "Hello Ron". This works perfectly on the emulator, but we are having no success sending the app to the phone. The phone does state that the USB connection is successful. Windows Explorer does see the phone, because it treats the phone as an "I:" disk drive, and shows in Windows the folders that exist on the phone. But DDMS on Eclipse does not list the phone as a connected device. The docs on developer.ansdroid.sdk instruct us to do a "Run" and that then a Device Chooser dialog should appear where we can choose to run the app on the phone arther than the emulator, but that does not happen. We have edited the Eclipse manifest to indicate "Debuggable=True". We also upgraded the BIOS on our Dell to the latest version, "A06". Not sure what else to try. Four people kindly responded to my post earlier today, and we tried all their suggestions, to no avail.

Hopefully, someone out there can help figure out what mistakes we are making, please. Or if someone wants to walk us through it on the phone, that would be even better. Regards, Ron and Diane

问题回答

象你这样的声音需要把电话带进去。

设置——申请——发展——U debugging——能够做到这一点。

你可以做两件事:

(1) 删除已经存在的ec子。 通过这样做,这肯定会促使装置在你通过焊接电话并试图操作项目时能够运行。

2) 出口申请,将其作为一个.apk文档。 然后可以在将档案转给电话后安装。

希望这一帮助!

我遇到同样的麻烦,我找到了一种解决办法。

  1. Enable your cellphone in debugging mode
  2. Download the driver in the next link http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp If you do not find the driver try to download something similar(it was my case... I have a LG- E425 and I downloaded the driver for LG-E739 device).
  3. Connect your cellphone in your PC and then execute the driver
  4. Delete the already existing emulator on eclipse
  5. Run your project and if all is ok eclipse will recognize your device

我祝愿这些步骤能够帮助你。

我的英文职业介绍





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签