0

I am making a program that is going to utilize some of Androids coding in my Java project, but to use it I need an Android Jar file. How do I make a Android Jar for use in Eclipse?

Wiz Gamin
  • 29
  • 3

1 Answers1

0

you will find the android.jar file inside this folder android-sdk-windows\platforms\android-21 if you have already installed Android SDK but i don't know if it can be used directly as a jar in eclipse projects.

Amrut Bidri
  • 6,276
  • 6
  • 38
  • 80