1

I have been trying for a week. but it does not work. Jitpack does not build my GitHub project.
I do not know what to do.

Here my log: https://jitpack.io/com/github/ludev-studio/colorpicker-android/1.0.3/build.log

And my git repo: https://github.com/LuDev-Studio/colorpicker-android/tree/1.0.3

How can i build that repo?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Luxaaa
  • 41
  • 1
  • 6

1 Answers1

0

Your GitHub repo includes a gray folder colorpicker, which means you must have a nested Git repo: locally, your colorpicker folder must include a .git/ subdirectory in it.

See my answer to "Greyed out folder in GitHub repo?" in order for you to reference your actual files.
As long as you do not upload those files, kitpack won't see it when it checks out your repo.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250