-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build the project #24
Comments
./gradlew clean app:assembleDebug |
In my case the contents of the gradle/wrapper folders were wrong for some reason (empty gradle-wrapper.properties and gradle-wrapper.jar files) But after that I stumbled upon another error:
|
Any changes regarding this issue? |
forget about the projecgt @Belka1000867 i think it is abandoned |
@adin234 @Belka1000867 I will look into this today. Will update on the thread. |
@adin234 @Belka1000867 @dsebastien I am getting BUILD SUCCESSFULL. Need more information and steps to reproduce the issues you guys are facing. Here is my logs:
|
@adin234 @Belka1000867 @dsebastien If you guys are still facing the same issues. Please use http://androidstarters.com/ to create new project using this repo. |
@ravidsrk does |
When I used http://androidstarters.com, I get the following output after running ./gradlew check 12:10 $ ./gradlew check
w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: FAILURE: Build failed with an exception.
BUILD FAILED in 32s |
Hi,
I have used your yeoman template as described in docs, but it seems that build is broken, as I can't execute
./gradlew
script - it fails with:I have tried running it on two OSes, Linux and Mac OS X, I have gradle installed globally on Linux box (4.3.1) and it fails in project with exception telling me:
Error: FOR_COMPILE
. I don't have global gradle on Mac OS X. End result is the same on both.The text was updated successfully, but these errors were encountered: