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?
Asked
Active
Viewed 80 times
0
-
you need to install android SDK. did you already do that? – Randyka Yudhistira Feb 17 '15 at 05:11
-
you don't need to import android jar.only install Android SDK and add path to it. – Sajith Vijesekara Feb 17 '15 at 06:14
-
I'm curious: What android specific features do you want to use in a non-Android project? Maybe you find those in the JDK... – Kai Feb 17 '15 at 09:55
-
@user714965 I need to get the wifi abilities like wifiScan – Wiz Gamin Feb 17 '15 at 13:10
-
I would guess this is pretty much hardware dependent and will only run on an android device. – Kai Feb 17 '15 at 14:07
1 Answers
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