Okay, I got it working. The app will now start when the cable is connected. The problem was in my manifest. I originally only had the USB_ACCESSORY_ATTACHED intent-filter and meta-data, so I had to add the USB_DEVICE_ATTACHED intent-filter and meta-data (the Wiki didn't show this step). What I don't understand is that it will work even if I don't have the /res/xml/ folder and files. Does this make sense?
On Tuesday, December 31, 2013 10:28:34 PM UTC-8, Ytai wrote: > > Let's try to separate variables here... Please install the pre-compiled > HelloIOIO.apk that's in the software bundle on your device and see how it > behaves. This will tell us whether the problem is related to your app or > not. > -- 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/groups/opt_out.
