-1

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

Arwy Shelke
  • 333
  • 1
  • 2
  • 12
  • Have you seen:https://developer.android.com/studio/projects/android-library Java JARs have no concept of Android resources/assets. – Morrison Chang Dec 17 '20 at 07:51
  • The question has the tag, temenos-quantum. Are you trying to use the jar in Kony to integrate the Android component(s)? – anotherDev Feb 05 '21 at 11:53

1 Answers1

0

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.

Arwy Shelke
  • 333
  • 1
  • 2
  • 12