adk

Kivy Buildozer fails to build apk, command failed: ./distribute.sh -m “kivy” d

ぐ巨炮叔叔 提交于 2019-12-10 12:16:23
问题 I'm trying to build an APK using Kivy and Buildozer, and when I run "buildozer android debug," I receive this error as a response: a ./distribute.sh: line 371: test: too many arguments ./distribute.sh: line 372: test: too many arguments ./distribute.sh: line 373: test: too many arguments ./distribute.sh: line 374: test: too many arguments ./distribute.sh: line 377: $SRC_PATH/default.properties: ambiguous redirect ./distribute.sh: line 378: $SRC_PATH/local.properties: ambiguous redirect cp:

Does the Acer Iconia Tab A500 support Accessory mode?

偶尔善良 提交于 2019-12-10 06:16:49
问题 I have an Acer Iconia Tab A500 with stock Honeycomb 3.1, and a Google ADK. I haven't been able to get the ADK to communicate with the tablet in Accessory mode, and I can't find any information that states whether the tablet supports this mode. I've contacted Acer support, but I have not received a satisfactory response (they misunderstood me and answered that it supports USB Host mode, and haven't responded to my request for more accurate information) Update: In addition to the information

ADK and Eclipse woes - com.android.future and USBAccessory?

≡放荡痞女 提交于 2019-12-09 05:19:38
问题 I am trying to get ADK (Accessory Development Kit) set up with Eclipse, but after updating to API 12, to run the demokit Hello World, I get the 29 errors, the first few looking like: com.android.future cannot be resolved, etc UsbAccessory cannot be resolved to a type 回答1: You need to set your build target to Google APIs, not Android. Click on Project->Properties, then in the dialog box, select Google APIs (2.3.3) instead of Android 2.3.3. 来源: https://stackoverflow.com/questions/6080147/adk

Problems with build.xml when using the Android ADK to communicate with an Arduino Mega ADK

耗尽温柔 提交于 2019-12-08 08:20:46
问题 So a few days ago I got my hands on an Arduino Mega ADK board, and the last couple of nights I have been setting up my development environment, getting to grips with the tools etc. The tools and libraries all work fine, for example I can get a program written in the Processing IDE to compile and run on an Asus Eee Pad Transformer TF101 running Android 4.03. But when I get it to try to compile and run one of the pre-written examples, it gives me a compiler error: Android SDK Tools Revision 20

Is it possible to get the Android ADK working on an ASUS Eee Pad Transformer running 3.1?

不羁岁月 提交于 2019-12-08 05:50:37
问题 I am running the ADK demo app tweaked for Android 3.1, using the ASUS Eee Pad Transformer tablet and an ADK board, built as described in Get Started With Android ADK (LINUX) . I seem to be having the same symptoms as described in Stack Overflow question How can I get the ADK DemoKit example working on a Google I/O Galaxy Tab 10.1? . It could be the transformer does not support the ADK yet (as per the Galaxy tab), but is it possible to get the Transformer working somehow? 回答1: With the changes

ADK 1.0 devices fail to work with Jelly Bean, why?

天大地大妈咪最大 提交于 2019-12-07 04:45:16
问题 Just connected the tried and true ADK accessory to Nexus 7 and Galaxy Nexus - and it failed to connect with "could not read device protocol version" message. Thought that the board died, connected to Nexus S with ICS - worked just fine. Worked on Galaxy Nexus before Jelly Bean upgrade as well, so hardware failure can be ruled out. I've been watching ADK announcements pretty closely, but don't remember reading or hearing anything about this particular change, nor backward compatibility of

Arduino to Android – Turning an LED On and Off using ADK

旧街凉风 提交于 2019-12-07 04:34:30
问题 I am referring this example for communicating Android with Arduino board. I am having freeduino uno board with USB shield and Android phone(micromax A110 (4.1.1), sony xperia P (4.0.6) and samsumg core (4.1.2)). I have downloaded USB_Host_Shield_2.0 from here. I am compiling sketch and uploading successfully. but, unable to establish communication between freeduino uno board and Android phone. I am trying to blink LED using PIN 13 of freduino uno board but its not working. I am getting output

Long running ADK Accessory (Service?)

隐身守侯 提交于 2019-12-06 11:24:41
问题 I've spent days trying to get the android ADK connection running in a service rather then activity..... Anyone know if its even possible? I would like to have the service handled inputStream and outputStream so I can read my Arduino for extended periods in the background. When the activity returns to focus I will bind with the service and update the GUI. If this is possible I would eventually like to update a website with the live data from the service for remote monitoring. Any help if

Does the Acer Iconia Tab A500 support Accessory mode?

孤街浪徒 提交于 2019-12-05 16:59:47
I have an Acer Iconia Tab A500 with stock Honeycomb 3.1 , and a Google ADK . I haven't been able to get the ADK to communicate with the tablet in Accessory mode, and I can't find any information that states whether the tablet supports this mode. I've contacted Acer support, but I have not received a satisfactory response (they misunderstood me and answered that it supports USB Host mode, and haven't responded to my request for more accurate information) Update: In addition to the information below, I received an official response from Acer technical support: This issue was sent to our

Arduino to Android – Turning an LED On and Off using ADK

廉价感情. 提交于 2019-12-05 11:31:55
I am referring this example for communicating Android with Arduino board. I am having freeduino uno board with USB shield and Android phone(micromax A110 (4.1.1), sony xperia P (4.0.6) and samsumg core (4.1.2)). I have downloaded USB_Host_Shield_2.0 from here . I am compiling sketch and uploading successfully. but, unable to establish communication between freeduino uno board and Android phone. I am trying to blink LED using PIN 13 of freduino uno board but its not working. I am getting output on serial monitor after connecting Android phone to freeduino board. ADK demo start Waits for Android