ADK开发——环境搭建

官方主页.

http://developer.android.com/tools/adk/index.html  

这个博客写的还是比较详细的.

http://www.jizhuomi.com/android/environment/155.html  


这个是清单,所需要的文件,应该都在里面了.根据你的需要将内容通过git clone下来.

https://android.googlesource.com/accessories/manifest/   


Arduino需要用到的库文件等.-->貌似这个就是针对 arduino + usb host shield  而不是Mega板.
https://github.com/felis/USB_Host_Shield_2.0


软件部分:

1.Android开发环境.这个就不用多说了吧.

2.下载 DemoKit 代码.

git clone https://android.googlesource.com/device/google/accessory/demokit/

3.在导入到工作空间后,会提示 usbaccessory和usbmanager can not be resolved .  这个是因为少个Usb.jar. 需要从add-ons/addon-google_apis-google-16/libs 里复制过去.


硬件部分

板子:arduino + usb host shield(在淘宝上2560 + USB HOST SHIELD 2.0)

Mega实在买不起,而且现在是摸索阶段.个人觉得这两个板子的组合还是比较适合的.


你可能感兴趣的:(ADK开发——环境搭建)