Hi  Ytai !
I've been using Android Studio and IOIO about 4 months  to build my project 
with success !
In the Android Studio project using IOIO it is basically very simple:

Copy the 4 IIOIO libraries (in *.jar format) to the libs directory of the 
project.
Then there's a file called build.gradle in the same directory where the 
manifest file. Add the following lines there:
dependencies {

    compile fileTree(dir: 'libs', include: ['*.jar'])
}
And that's it, you can use IOIO functions in the project !
So we need the IOIO libs in jar-format. This can be done using Eclipse as 
described here:

https://groups.google.com/forum/#!searchin/ioio-users/android$20studio/ioio-users/Hvu4brtfShI

There is also an option "File Import" in Android Studio to import a project 
from Eclipse. Maybe you can then make the jars using AS !
 
sunnuntai, 14. joulukuuta 2014 2.57.41 UTC+2 Ytai kirjoitti:
>
> Hey IOIOers,
> Finally, Android Studio is the officially recommended IDE for Android 
> projects and Gradle is the recommended build system.
> From the reading I've done, it seems like there is potentially a lot of 
> improvement in the user experience and simplicity of getting started.
> Personally, I'm new to a lot of this stuff, and could really use some help 
> from someone who's an expert to do the porting. Specifically, I'm not 
> looking for someone who could "get it working", but rather someone who's 
> familiar with the best practices. I would also like to hear about how we 
> can push the IOIO libraries into some standard repository (e.g. Maven 
> Central), so that users don't need to manually download and install them. 
> Finally, the user documentation will need to be updated.
>
> If you think you can and want to help out, please reply to the group of 
> reach out to me privately. Ideally, help will be offered in the form of 
> sending me pull requests and educating me on what's going on, but if that's 
> too much to ask, providing me guidance and checking me work can also work. 
> Obviously, from my end I'll provide all the relevant information about 
> IOIO-specifics.
>
> Thanks in advance!
> Ytai
>

-- 
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