This forum and other IOIO resources generally assume users are familiar with how to write Android/Java applications, compile them and install them. You can find more information on those topics online if you need help (outside the IOIO context).
If you want to quickly download and build the app without understanding much, here's a brief rundown: $ git clone https://github.com/akexorcist/IOIO-CameraRobot $ cd IOIO-CameraRobot/ $ ./gradlew assemble This will create a ./app/build/outputs/apk/app-debug.apk file, which is your app file. You can install it on the phone using adb or just email it to your phone and open it there. I haven't tried installing it myself, so I'm not sure whether this app covers both the vehicle phone and the remote control or whether there are separate apps. On Sun, Sep 20, 2015 at 6:32 AM, משה חדד <[email protected]> wrote: > I've seen how the ioio connect the car but that's not my question, my > question is what do we do with all files of the project, with the codes > What should I do with a smartphone to control the car. > > -- > 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.
