Reputation: 7997
I created an Android library in Eclipse, marked as library and without errors.
I then created a project, which should use this library. The project code is fine, I checked all under Order and Export, but the library jar doesn't build.
I double checked almost everything, am I missing something obvious?
Thanks
Upvotes: 1
Views: 102
Reputation: 7626
If you want to see the jar file, check to see in
Eclipse IDE -> Project Explorer -> Your Project Folder -> Android Dependencies -> Your Library Project as jar file.
Please check this path and there should be jar file.
Upvotes: 1
Reputation: 6071
As far as I know, you should only need to do the following:
That said, I've never really had any problems with it - I just hook it up as a library as described above, and I'm all set.
Upvotes: 2