How to create android.jar OR where do i get it so that i can use all the componants of Android in Java Library

680 Views Asked by At

I have created Java library in the Android Studio, but I am not able to use the Android Componanmts/frameworks in Java library.

1

There are 1 best solutions below

0
On BEST ANSWER

Its available in the installed sdk path, Absolate path is C:\Users\Arvind\AppData\Local\Android\Sdk\platforms\android-30\android.jar .

Where android-30 is the latest sdk version installed.