Gradle build
Hi Giorgio, let's try this time. Create branch and simple gradle build. Gradel wrapper added so is not needed to install gradle, only to configure ANDROID_HOME variable to the location of Android SDK:
http://tools.android.com/tech-docs/new-build-system/user-guide
Rollback the previous changes so should be fine
Works well on Android Studio 0.8.2
Explain like you would to a three-year-old ;-)
I'd like to build Flucso in Android Studio. Android Studio complains I should use gradle (which I don't know), so I grab this patch, apply it to my code and open the "Flucso" folder in Android Studio. What I get is a module called "gradle" in the project pane and no source code whatsoever, doesn't even look like an Android application.
Where did I go wrong?
My solution:
- grab builld.gradle, gradlew gradlew.bat and gradle dir
- define ANDROID_HOME env variable pointing your AndroidSDK installation
- import the project as gradle project in AndroidStudio (I use plain IntelliJ Community without any issue)
Use JDK 1.7, for my build, maybe if you start porting for 4.2 you should use a 1.6