简体   繁体   English

Android Processing编程将无法在设备上运行应用程序。 我该如何解决?

[英]Android Processing programming will not run application on device. How do I fix this?

I'm currently working with Processing, and I would like to code an android app. 我目前正在使用Processing,并且我想编写一个android应用程序。 I have succeeded in being able to launch may application in the android emulator, but I am not able to get it to launch on my Galaxy 2.0 tab. 我已经成功地可以在android模拟器中启动may应用程序,但是我无法在Galaxy 2.0选项卡上启动它。 I click run device, but every time I do I get a message at the end that says "waiting for device to become available". 我单击运行设备,但是每次执行时,我都会在最后收到一条消息,提示“等待设备可用”。 I'm thinking that I may need to point Processing to my android tablet somehow. 我以为我可能需要将Processing指向我的Android平板电脑。 Any ideas as to what I'm doing wrong. 关于我在做什么错的任何想法。 I'm on Windows 7. 我在Windows 7上。

It means your device is not being detected in the eclipse debugger tool. 这意味着在Eclipse调试器工具中未检测到您的设备。 Did you check in Tab "Developer Options", make sure USB debugging is enabled. 您是否签入了“开发人员选项”选项卡,请确保已启用USB调试。 please refer other links you may get answer. 请参考其他链接,您可能会得到答案。
Click here 点击这里

Device not detected in Eclipse when connected with USB cable 使用USB电缆连接时在Eclipse中未检测到设备

暂无
暂无

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

相关问题 错误“未在Android设备上安装应用程序。” - error “application not installed on android device.” 我正在将我的Android手机与API 15用作测试设备。 我尝试运行此应用程序,但在加载后它就停止在我的设备上运行 - I am using my android phone with API 15 as a testing device. I try to run this application and it'stops running on my device just after it's loaded 在Android设备上运行时,FontMetrics不正确。模拟器很好 - FontMetrics not correct when run on android device. Simulator fine 无法在真实的Android设备上运行任何Appium测试。 错误的参数:BadParametersError:参数不正确 - Unable to run any Appium test on real Android device. Bad parameters: BadParametersError: Parameters were incorrect 如何在Java应用程序中在Android上运行Lua脚本? - How do I run Lua scripts on Android in a Java application? 如何在Android应用程序中仅运行一次线程? - How do I run a thread only once in an android application? 如何使用 Java 编程语言制作退出 Android Studio 中的应用程序的按钮? - How do I make a button that quits the application in Android Studio using the Java programming language? 如何在Android设备上运行Android应用程序? - How to run my Android application on my Android device? 如何解析具有波动标签及其值的xml文件,以及如何将其解析为android设备。 - how to parse xml file having fluctuating tags and it's values, and how to parse it to android device. 程序下载的文件无法在Android中打开。我重启Android设备后可以打开。 可能是什么问题? - Programatically downloaded file can not be opened in Android. It can be opened after I restart Android device. What may be the problem?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM