I have a some custom views that need to be reuse at diffrent projects, So I created a new android project (which marked at properties as Library project) and put at this project the code I want to reuse. now I want to export it to jar, and use the jar file in other projects. the problem is that none of the export options (only source code/ include resources..) not working: the jar file is being created, but when I'm using it - I'm getting compilation errors/ runtime exceptions (depands how I exported the jar..)
what am I'm doing wrong? what is the right way to create jar file that provides additional custom views?