I have an android project named SimpleVideoEditor, and I would like to submit it into F-Droid. So I was following this CONTRIBUTING.md tutorial by F-Droid. Now in the building-it subsection, they say
Make sure that `fdroid lint app.id` doesn't report any warnings. If it does, fix them.
So I tried $ fdroid lint com.fahimfarhan.simplevideoeditor
and it gave me this error:
Error
com.fahimfarhan.simplevideoeditor: Build generated by `fdroid import` - remove disable line once ready
At first I didnot even know that this is an error and so I submitted my app. But later I got an Email that says my build failed. So I am trying to fix it. What does this error even mean? I don't understand how to fix this issue. I did Google but the search result doesnot make any sense. Sorry for not including anything else because this is all I have. I am confused. Could anyone help me?