Hi Sanjay, On Tue, Feb 20, 2018 at 8:19 PM, Sanjay Prajapat <sanjaypra555@xxxxxxxxx> wrote: > I am trying to clone the App repository and build the app since > last 2-3 days but project build is not working. I am using Android Studio > 3.0.1, Does this project is build under something different version of > android studio or different IDE like Eclipse or am I missing something ? The app isn't native Android (the regular JAVA based app), rather it's a hybrid app[1] using Ionic Framework[2] and Cordova[3]. You need those three along with the Android SDK to build the app. I have outlined the requirements in a patch I submitted -- it's pending review. You can see them in this pull request.[4] It's isn't very straightforward to build the app in its current form. I have tried to address some of the issues in my PR, but there are still some additional bits. 1. Remove the `node_modules` folder. 2. Install python, gcc, gcc-c++ and make if you are on Linux or XCode if you are on a mac. Good luck if you are in windows as the procedure for installing the compilers is awful. (You need the correct version of Visual Studio, depending on the version of NodeJS installed) Regards, Amitosh S. [1]: https://en.wikipedia.org/wiki/HTML5_in_mobile_devices [2]: https://ionicframework.com/ [3]: https://cordova.apache.org/ [4]: https://github.com/agathver/Fedora-Community-App/blob/d228107c0f61a6cfa60a3fbdbd6a4815c89b893d/README.md _______________________________________________ summer-coding mailing list -- summer-coding@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to summer-coding-leave@xxxxxxxxxxxxxxxxxxxxxxx