Reputation: 355
I work with Eclipse and implement some applications using the Android Emulator.
I'd like to know:
Upvotes: 1
Views: 590
Reputation: 73484
If you want to use thirdparty jars you just need to include them in your Android application. You can do that putting them in a lib directory under your android project or adding them to your build path. You do not need to add anything to the SDK.
Upvotes: 1