Marlinski / Rumble

Rumble allows the sharing of messages and pictures without relying on the Internet, in a Delay Tolerant Fashion following the Store-Carry and Forward paradigm
http://disruptedsystems.org
GNU General Public License v3.0
298 stars 32 forks source link

Android Studio import/sync error - default configuration not found #45

Closed SimJoSt closed 8 years ago

SimJoSt commented 8 years ago

While adding the Rumble project to Android Studio, it tries to sync the project and comes up with this error:

Gradle 'Rumble' project refesh failed Error: Configuration with name 'default' not found.

full log: https://gist.github.com/SimJoSt/a6130cd03468edc6e2fc12027060ce8c

Marlinski commented 8 years ago

did you properly pull the submodule ? it can be done either by cloning rumble recursively or by entering git submodule update --init

SimJoSt commented 8 years ago

Of course I didn't^^ Thanks for pointing that out and sorry for this waste of time...