Dear all,

I am novice, in java and Android Studio 1.0.1.

I ‘am trying to import IOIO libraries. : 
 https://github.com/ytai/ioio/wiki/Downloads see file App-IOIO0504.zip 
<https://github.com/ytai/ioio/raw/master/release/software/App-IOIO0504.zip>

So I create in Android Studio, a new project with blank Activity.

I copy all IOIO libraries in *app/libs*

 

In the file *setting.gradle *I add IOIOLib

 

include ':app'

*include ':app:libs:IOIOLib'*

 

in the file *build.gradle *I add IOIOLib

 

dependencies {

    compile fileTree(dir: 'libs', include: ['*.jar'])

    compile 'com.android.support:appcompat-v7:21.0.3'

    *compile project(':app:libs:IOIOLib')*

 

}

 

I have got error.

Error:Configuration with name 'default' not found.

I checked in google, but I fail to solve the issue. Even by adding   

sourceSets {

        main{

            manifest.srcFile 'AndroidManifest.xml'

            java.srcDirs = ['src']

            resources.srcDirs = ['src']

            aidl.srcDirs = ['src']

            renderscript.srcDirs = ['src']

            res.srcDirs = ['res']

            assets.srcDirs = ['assets']

        }

    }

 

 

Any idea?

 

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