Add basic Android host application to the Android Accessory Host class driver demo.

This commit is contained in:
Dean Camera 2013-05-12 12:40:14 +02:00
parent 707934d9cb
commit 5a3baec455
39 changed files with 391 additions and 5 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>