1

How can we get jar files/library files from Maven repo. Maven provides AAR file. I know using Android Studio is best but I am facing some issues with my system, so for some time I have to use eclipse.

I want to get jar file/library project for this project https://github.com/dmytrodanylyk/android-process-button/

Please suggest me some solution.

Mauricio Gracia Gutierrez
  • 10,288
  • 6
  • 68
  • 99
Rahul Saxena
  • 69
  • 1
  • 10

2 Answers2

0

You can download the source from here and export in to your project and if you want you can create jar easily.

Karthik
  • 4,950
  • 6
  • 35
  • 65
0

The code you're trying to get is an Android library, and requires some resource to work. You need to download the res folder too from here and you need to add it to your project res folder.

Mimmo Grottoli
  • 5,758
  • 2
  • 17
  • 27