@danishjamal104 on which you are working on
im also curious?
You??
Hello! Myself Vishnu
I'm an Android Developer (Java) looking forward in contributing to Mifos Android Client
And, here's how you can find me on the internet ;)
GitHub: https://github.com/VishnuSanal
LinkedIn: https://www.linkedin.com/in/vishnu-sanal-t
Developer Page: https://play.google.com/store/apps/dev?id=5733306165707047154
Please give me any suggestions, advice or tips in getting started
Thank You :D
Hello @danishjamal104
Thank you for this warm welcome :)
Actually, I haven't exactly decided which project to contribute to... I'm looking for Mifos Android Client and/or Mobile Wallet (sorry for not making it clear)
What's your suggestion? And I'll look at the things you specified
Thanks again :D
Hi everyone i just tried to setup android-client in my local system but i am getting the following error : gradle sync failed : Plugin with id 'findbugs' not found. any help will be appreciated.
Make sure you haven't update Gradle plugin on initial setup.
yes i have updated it . now what can i do ?
Hi everyone i just tried to setup android-client in my local system but i am getting the following error : gradle sync failed : Plugin with id 'findbugs' not found. any help will be appreciated.
Make sure you haven't update Gradle plugin on initial setup.
yes i have updated it . now what can i do ?
Delete the project and reclone it.
This is your initial setup so deleting and recloning isn't a big deal.
Hi everyone i just tried to setup android-client in my local system but i am getting the following error : gradle sync failed : Plugin with id 'findbugs' not found. any help will be appreciated.
Make sure you haven't update Gradle plugin on initial setup.
yes i have updated it . now what can i do ?
Delete the project and reclone it.
Ok . Thanks for the help . i will reclone it.
Hi everyone i just tried to setup android-client in my local system but i am getting the following error : gradle sync failed : Plugin with id 'findbugs' not found. any help will be appreciated.
Make sure you haven't update Gradle plugin on initial setup.
Hey @danishjamal104 can we not sort out this issue ? It is happening quite often that the new members generally update the gradle plugin and then they face errors which demotivates them or we can even add this as a instruction in the project setup guide . What you think ?
Hi everyone i just tried to setup android-client in my local system but i am getting the following error : gradle sync failed : Plugin with id 'findbugs' not found. any help will be appreciated.
Make sure you haven't update Gradle plugin on initial setup.
Hey @danishjamal104 can we not sort out this issue ? It is happening quite often that the new members generally update the gradle plugin and then they face errors which demotivates them or we can even add this as a instruction in the project setup guide . What you think ?
Definitely, we should go with the plugin update, but migrating Gradle from 5.x to 6.0 will always give this error since FindBugs
is depreciated so we need to also find the FindBugs
alternative or resolve that issue too. But considering the new contributors, we should at least update the setup guide.
Hi everyone i just tried to setup android-client in my local system but i am getting the following error : gradle sync failed : Plugin with id 'findbugs' not found. any help will be appreciated.
Make sure you haven't update Gradle plugin on initial setup.
Hey @danishjamal104 can we not sort out this issue ? It is happening quite often that the new members generally update the gradle plugin and then they face errors which demotivates them or we can even add this as a instruction in the project setup guide . What you think ?
Definitely, we should go with the plugin update, but migrating Gradle from 5.x to 6.0 will always give this error since
FindBugs
is depreciated so we need to also find theFindBugs
alternative or resolve that issue too. But considering the new contributors, we should at least update the setup guide.
Yeah findBugs was depricated because project was abandoned. Use SpotBugs
Hey everyone, Actually i am looking upon this project for quite some time now. But when i look upon the issues , i find majority of the issues have already a pull request and resolved but not merged. This makes it quite difficult to find unsolved bugs in the app.
Try the filter options in the issue search bar to get the best result, for example, you can search for all the issues that aren't linked with any PR in this way you can start working on the already created issue.