Android-SlideExpandableListView icon indicating copy to clipboard operation
Android-SlideExpandableListView copied to clipboard

using without gradle

Open balasivagnanam opened this issue 11 years ago • 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..

balasivagnanam avatar Jun 22 '14 16:06 balasivagnanam

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" [email protected] 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 https://github.com/tjerkw/Android-SlideExpandableListView/issues/82.

JesseFarebro avatar Jun 22 '14 16:06 JesseFarebro

Sorry but what is the gradle dependency to use this library? I wasn't able to find it. Thanks

emanuele2606 avatar Oct 06 '15 22:10 emanuele2606