Try building the HelloIOIO example from source without modifying it. You
seem to be relying on outdated information. Once you get HelloIOIO running
you can evolve it to do whatever you want, or otherwise have a reference
for comparison.
Concretely, you don't need this permission at all in your project, you only
need to make sure that the project properties enable merging the library
manifests into the app. You also probably are missing linking in the
IOIOLibAccessory library, which has the files you're missing.

On Thu, Apr 2, 2015 at 10:16 AM, <[email protected]> wrote:

> Thanks. Now I'm having a bit of trouble with the AndroidManifest.xml file.
> After adding the android.permission.INTERNET uses permission, and saving
> the file and project, it still gives me 2 errors, on the following lines
>
> <meta-data
> android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED"
>                 android:resource="@xml/accessory_filter" />
>
> Stating: "No resource found that matches the given name (at 'resource'
> with value @xml/accessory_filter)"
>
>             <meta-data
> android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
>                 android:resource="@xml/device_filter" />
>
> Stating: "No resource found that matches the given name (at 'resource'
> with value @xml/device_filter)"
>
> Any ideas?
>
> On Thursday, April 2, 2015 at 12:47:52 PM UTC-4, Ytai wrote:
>>
>> Look at eclipse troubleshooting on the wiki
>> On Apr 2, 2015 9:43 AM, <[email protected]> wrote:
>>
>>> Hey all.
>>>
>>> I'm using an IOIO-OTG board (V4.01 bootloader and the V5.00 application
>>> firmware), with a Nexus 7 tablet (has 5.00 / 5.04 IOIO Application Firmware
>>> Images, and DevBoot IOIO0401-App-IOIO0500).
>>>
>>> I'm trying to run HelloIOIO from the beginner's guide.
>>>
>>> The problem I'm having is within the Android SDK. After importing the
>>> HelloIOIO project and the two libraries, I try to select project >
>>> properties. However Properties is blanked out and I can't select it. Any
>>> sugestions?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "ioio-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To post to this group, send email to [email protected].
>>> Visit this group at http://groups.google.com/group/ioio-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "ioio-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/ioio-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to