I have a little problem compiling an android application using module dependencies in Android Studio.
So, I want my application to use the library 'slidingmenu' (link here).
Here is my application tree:
- Application
- slidingmenu (source files)
- slidingmenu-maps-support (source files)
Here is a link to see what I mean.
This is the error I'm getting.
Gradle: A problem occurred configuring project ':Application'.
Failed to notify project evaluation listener.
Configuration with name 'default' not found.
How do I specify a module dependency and where do I put the modules (inside Application or inside ApplicationProject?
Thanks!
EDIT 1:
Never mind! I got back to eclipse! Android Studio is just not ready for a true project development.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…