EXALAB / Busybox-Installer-No-Root

GNU General Public License v2.0
184 stars 90 forks source link

Project does not build with gradle 5.4.1. Unclear which version works with project. #5

Closed farrukhnajmi closed 3 years ago

farrukhnajmi commented 5 years ago

The project does not build with gradle 5.4.1 via command line (no Android Studio IDE):

Build file 'C:\Users\fnajmi\github\Busybox-Installer-No-Root\app\build.gradle' line: 1

* What went wrong:
A problem occurred evaluating root project 'app'.
> Plugin with id 'com.android.application' not found.

Its unclear what version of gradle works with teh project. Need to include gradle warpper with the right version in gradle-wrapper.properties to address this.

TIA for adding gradle-wrapper to project or at least updating REDAME.md to indicate which version of gradle works with project.