简体   繁体   English

将应用程序推送到您的 android 设备的最简单方法是什么

[英]What's the easist way to push an application to your android-device

I'm using Eclipse as my IDE and Nexus One as my android-device.我使用 Eclipse 作为我的 IDE 和 Nexus One 作为我的安卓设备。

And another question.还有一个问题。

My android doesnt update automatically to 3.2 version (current version)..it says that it is up to date..and that it is updated..what do i do?我的 android 没有自动更新到 3.2 版本(当前版本)..它说它是最新的..并且它已更新..我该怎么办?

Your second question is a user question, for which you should see Android Enthusiasts .您的第二个问题是用户问题,您应该看到Android Enthusiasts But no Nexus One currently runs anything later than 2.3.x.但目前没有任何 Nexus One 运行高于 2.3.x 的版本。

On your android-device, Go to "Settings" -> "Application settings" -> "Development" turn on "USB Debugging"在你的android设备上,Go到“设置”->“应用程序设置”->“开发”打开“USB调试”

Run from eclipse, choose your phone from devices as opposed to an emulator, and it'll install your app.从 eclipse 运行,从设备而不是模拟器中选择您的手机,它会安装您的应用程序。

reference: http://developer.android.com/guide/developing/device.html参考: http://developer.android.com/guide/developing/device.html

Connect your phone to the computer and select the play button in Eclipse.将手机连接到电脑和 select Eclipse 中的播放按钮。

In Eclipse, choose "Run | Run Configurations...".在 Eclipse 中,选择“运行|运行配置...”。 In the Run Configurations dialog, select the target page, and select Manual.在“运行配置”对话框中,select 是目标页面,以及 select 手册。 Then connect your Android, with USB debugging enabled (it doesn't matter if it is also a disk drive).然后连接你的Android,启用USB调试(如果它也是磁盘驱动器也没关系)。

Now when you click Run, the Android Device Chooser dialog will appear, with your Android as a choice.现在,当您单击运行时,将出现 Android 设备选择器对话框,您可以选择 Android。 If an emulator is running, it will also be a choice.如果模拟器正在运行,它也是一个选择。

If your hardware Android does not appear, you must be missing the USB drivers.如果您的硬件 Android 未出现,则您一定缺少 USB 驱动程序。 You have to get those from the specific manufacturer.你必须从特定的制造商那里得到那些。

I don't see a way to make the hardware Android the default choice, which is annoying.我看不到让硬件 Android 成为默认选择的方法,这很烦人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM