GlassCast icon indicating copy to clipboard operation
GlassCast copied to clipboard

Error Gradle

Open ghost opened this issue 10 years ago • 11 comments

Hi,

I'm trying to run GlassCast but Android Studio shows me the next message:

Error:Gradle: A problem occurred configuring project ':app'.

Configuration with name 'default' not found.

I don't know what's the problem because I've followed all the steps described in the README.md

ghost avatar Jun 13 '14 15:06 ghost

Could you make sure you have all the Android SDK components installed. There's a comprehensive list of all the Android packages required on our kickflip-android-example project. Download the latest revision of each package.

I've also just updated the project to build with the latest Android Gradle plugin and Gradle version.

I just built the master branch with ./gradlew assembleDebug, so do please give it another try after updating all of your Android packages. If you've still got issues, I'm here!

OnlyInAmerica avatar Jun 13 '14 21:06 OnlyInAmerica

I've all the packages updated and I've downloaded the last commit; however I continue with the same behavior when I run ./gradlew assembleDebug

ghost avatar Jun 13 '14 22:06 ghost

Could you run ./gradlew assembleDebug --info and email the result to [email protected]?

OnlyInAmerica avatar Jun 13 '14 22:06 OnlyInAmerica

Yes of course.

ghost avatar Jun 14 '14 07:06 ghost

Hi, I am have the same problem and also checked my Android SDK components as you suggested. I noticed that when I import the project into Android Studio it gives me this message:

Gradle 'GlassCast' project refresh failed: Configuration with name 'default' not found. Gradle settings

hodaf avatar Jun 18 '14 15:06 hodaf

@hodaf Could you also email me the result of ./gradlew assembleDebug --info? Thanks!

OnlyInAmerica avatar Jun 18 '14 16:06 OnlyInAmerica

Sorry for the delay..I just sent emailed it

hodaf avatar Jun 23 '14 13:06 hodaf

Dbro, any update on this? Were you able to solve their issues? I'm having the same issue. If you succeeded, let me know!

coltspackers avatar Jul 09 '14 20:07 coltspackers

you need to download the kickflip android sdk project into the folder named submodules

mathis94 avatar Jul 28 '14 14:07 mathis94

Hello, I just built and installed it and started the streaming. How and where can I see the video?

dohoon05 avatar Aug 26 '14 08:08 dohoon05

@coltspackers Please see @mathis94 note. The gradle " Configuration with name 'default' not found" error means that the gradle build files were not found at the expected project location. You likely didn't check out the kickflip-android-sdk submodule. Remember that you must clone the project with the --recursive flag or manually init the submodules with git submodule init && git submodule update.

To clone GlassCast recursively, pulling the submodule: git clone https://github.com/OnlyInAmerica/GlassCast.git --recursive

@dohoon05 : your streams are viewable from your Kickflip app dashboard.

OnlyInAmerica avatar Aug 26 '14 16:08 OnlyInAmerica