dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

Cannot build app #58

Closed WendyYanto closed 3 years ago

WendyYanto commented 3 years ago

Hi, currently I'm facing an issue after cloning from the repository. This issue is blocking me to run in my local :

image

Is there any solutions ? Thank you

eucliddelphi commented 3 years ago

Please take a look in #57

dankito commented 3 years ago

Sorry I accidentally merged the unfinished develop branch to master!

Please checkout the branch 'release/2.0.x', it should work then.

As a solution I could propose using git reset --hard to let master point to release/2.0.x, but that would require you that you checkout the project again. Would that be OK to you?

dankito commented 3 years ago

main is now the default branch which also points now correctly to latest release from release/2.0.x branch. Please use that one.