I\'m new in Gradle and Android Studio(Intellij Idea based IDE). My problem is to correct import holoeverywhere to project. I read many similar topics but they dign\'t give m
To get it working on the most basic of levels just follow the advice given here:
https://github.com/Prototik/HoloEverywhere/wiki/Import-in-IDE
Basically close all projects so you get to the welcome screen. Then:
-> Checkout from Version Control - Git -> Type in Repository URL: https://github.com/Prototik/HoloEverywhere.git -> Press 'Clone', wait until repository checkout -> click 'Yes' on the proposal to open a project.
This should give you a HoloEverywhere project thats ready to work with.
Open up File > Project structure and check for any errors with missing libraries (for example I had to download manually the v4 r18 file).
Click apply > ok to make sure changes are saved and return to the project. Click on demo and then click Run > Edit configurations. Click + then Android Application. Call it demo or whatever. Select demo as module, launch default activity checked, deploy checked, USB device checked.
Hitting the little debug dude should now get you running the demo. From here its simply a case of refactoring the demo to your own project or creating a new Android Application module within the HoloEverywhere project.
In other words, instead of trying to add HoloEverywhere to your project, add your project to HoloEverywhere :)