0

I have an Android Library project in which I'm having module dependencies. Now I want to export this Library Project as a .jar. How can I export it as a .jar which includes the module dependencies also?

shubham003
  • 703
  • 2
  • 9
  • 20

1 Answers1

0

If you want to add module dependencies in an Android library .jar using Android Studio and gradle, you can do it in three different ways. Please read this link https://stackoverflow.com/a/35369267/5475941. In this post I explained how to import your JAR files in Android studio and I explained all possible ways step by step with screenshots. I hope it helps.

Community
  • 1
  • 1
Mohammad
  • 6,024
  • 3
  • 22
  • 30