using without gradle
Opened this issue · 2 comments
Hey I am not using gradle and I add to my workspace directly as library and trying to reference it in my current project.. but I am getting compilation error as "SlideExpandableListAdapter" cannot be resolved as a type.
But I have enabled it as a library and referencing that and added to my project in properties.
Can you help me?? is it possible to add without gradle.. i have never used gradle till now.. thanks a lot..
You could try compiling the jar file yourself and adding it to the projects
lib directory or what ever you have in its classpath.
I would really recommend using gradle though it makes the android build
process a lot more streamlined if your using dependencies.
On Jun 22, 2014 10:56 AM, "balasivagnanam" notifications@github.com wrote:
Hey I am not using gradle and I add to my workspace directly as library
and trying to reference it in my current project.. but I am getting
compilation error as "SlideExpandableListAdapter" cannot be resolved as a
type.But I have enabled it as a library and referencing that and added to my
project in properties.Can you help me?? is it possible to add without gradle.. i have never used
gradle till now.. thanks a lot..—
Reply to this email directly or view it on GitHub
#82.
Sorry but what is the gradle dependency to use this library?
I wasn't able to find it.
Thanks