GlassCast
GlassCast copied to clipboard
Error Gradle
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
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!
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
Could you run ./gradlew assembleDebug --info
and email the result to [email protected]?
Yes of course.
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 Could you also email me the result of ./gradlew assembleDebug --info
? Thanks!
Sorry for the delay..I just sent emailed it
Dbro, any update on this? Were you able to solve their issues? I'm having the same issue. If you succeeded, let me know!
you need to download the kickflip android sdk project into the folder named submodules
Hello, I just built and installed it and started the streaming. How and where can I see the video?
@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.