I don't know about this application. My guess would be the looking at the log files produced by it might give you a hint on what's going on. Specifically, I'm suspecting that the app does not declare using the INTERNET permission, which is required for an ADB-based connection to work.
On Thu, Feb 19, 2015 at 12:07 AM, Rob <[email protected]> wrote: > I have built the HelloIOIO app and IOIObridge works fine. However, when I > build and test IOIOBridge with another project (something simple like > http://mitchtech.net/android-ioio-simple-digital-input/), IOIOBridge > never connects to the application: > > Connecting to IOIO... Connected! > Connecting to Android application... > > I tested the app on a physical device so I know the app itself is > functioning properly. Is there something else within the code of an app > that is required for IOIOBridge to work with it? > > Thanks > > -- > 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.
